24.08.2009, 15:27
SendClientMessageToAll(playerid, COLOR_ADMIN, stringw);
"ToAll" "playerid" makes no sense, so ..
PS: use
to prevent the warnings.
"ToAll" "playerid" makes no sense, so ..
pawn Код:
SendClientMessageToAll(COLOR_ADMIN, stringw);
pawn Код:
#pragma unused IsNumeric
#pragma unused ReturnUser

