04.01.2015, 17:05
I fixed the warnings, but now I am getting a new warning:
Quote:
warning 224: indeterminate array size in "sizeof" expression (symbol "") |
pawn Код:
stock AntiCheatKick(playerid, message[], reason[])
{
format(message, sizeof(message), "{A9FF63}[ANTI-CHEAT] {FFFFFF}%s. {9DFF8C}[REASON] {FFFFFF}%s", message, reason);
SendClientMessageToAll(-1, message);
SetTimerEx("AntiCheatKickFunction", 1000, 0, "d", playerid);
}