17.07.2018, 22:02
The compiler is there to help you write good code.
since it does give you a warning for number of arguments does not match, why do you ignore it? Also the use of specifiers in client messages results in server crashes as it's stated in wiki.
Solution: format message first.
pawn Код:
SendClientMessage(playerid, COLOR_GRAY, "Your IP \"%s\" is banned from our servers.", ip);
Solution: format message first.

