AmosMoses
AmosMoses
Use `va_SendClientMessage(playerid, -1, "My name is %s!", PlayerName(playerid));`
Uhm. Try this: `#include ` `stock SendClientMessageEx(playerid, colour, const fmat[], va_args) { new str[145]; va_format(str, sizeof (str), fmat, va_start); return SendClientMessage(playerid, colour, str); }`
Hello. The problem above did have to do with RakNet. Now, a few weeks ago, I'm dealing with random crashes that happen only if I have FCNPC connected. I have...
> `0x80950e4` points at calling native function in `amx_Callback` function > `0x809e172` points at calling `memmove` in `n_memcpy` function > > So the problem is somewhere in some callback. Try...
> Hi! How did you fix that? I'm using Pterodactyl panel and i have similar error. Hi! It was related to the YSI library and its default iterators (CarDriver and...