Rade Ćurić

Results 9 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);`

> > game.use_all_animations https://www.open.mp/docs/server/config.json > > That's for SnM and BLOWJOBZ libraries, not SEX https://github.com/openmultiplayer/open.mp-sdk/blob/786a70578e412ba985ea5213c072ef2bb0ed1daf/include/anim.hpp#L2028

> It's a library validation function. Animation names and libraries should be added. The `SEX` library is blocked on the client itself. open.mp server will allow you to send an...

@ressys1978 Prior to posting this issue I already observed that ":433" is automatically appended in my config JSON file. I've also tried explicitly passing it along side URL with `-m`...

@PowershellScripter this doesn't look like the error I’m encountering. For me, the issue occurs here: https://github.com/netbirdio/netbird/blob/43c9a519131ef69c86c74a8d6a579e4f2c1d236d/client/grpc/dialer_generic.go#L37 On the first dial attempt, `addr` is `vpn.example.tld:443`, but on the second attempt it...