28.06.2011, 11:42
Remove this from your cmd:
When this one is added, the code checks for the existence of the player id, if not it returns the message...
So, you should remove this.
pawn Код:
if(!IsPlayerConnected(giveplayerid)) {
format(string, sizeof(string), "ID (%d) Is not an active player",giveplayerid);
SendClientMessage(playerid, COLOR_ERROR, string);
return 1;
}
So, you should remove this.