Rade Ćurić

Results 5 comments of Rade Ćurić

Add `BitStream` to `CUSTOM_TAG_TYPES`. `#define CUSTOM_TAG_TYPES BitStream`

`Weapon_GetAmmoName` and `Weapon_GetAnimGroup` should be `Weapon_Return(...)`. Examples: https://github.com/pawn-lang/YSI-Includes/blob/d91cdefa63789c97ae6abde016dc6b66c155b4bc/YSI_Core/y_core/y_utils_impl.inc#L1847-L1853 https://github.com/pawn-lang/YSI-Includes/blob/d91cdefa63789c97ae6abde016dc6b66c155b4bc/YSI_Core/y_core/y_utils_impl.inc#L1865-L1878

Try getting position `OnPlayerDisconnect` then checking if coordinates are in the area. (`IsPointInDynamicArea`)

Use https://github.com/samp-incognito/samp-streamer-plugin/actions/runs/4101433060

Escape `\`. `ReplaceString(info, "\\{[0-9A-F]{6}\\}", " ", infoa);`