Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Konstantinos
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "You have loaded %s materials in your package, Proceed to next pickup.", rand);
Using specifiers in SendClientMessage(ToAll) functions will crash the server. Format ( https://sampwiki.blast.hk/wiki/Format) the text first and send the formatted string.
|
Not necessarily. He could be using hooks, or a library that does the hook. Besides, would it compile if he wasn't (number of arguments warning)?
Otherwise, get crashdetect and compile with -d3. Don't understand, please ask. I'm in a bit of a rush at the moment.