31.08.2009, 12:34
The code is using wasted arrays and also will be slow.
What's that btw?
What's that btw?
pawn Код:
if(!IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_RED, "That player is not connected!");
return 1;
}

