18.12.2011, 14:10
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendPlayerMessage(playerid, 0xFF0000FF, "Ops! O comando \"%s\" nгo existe.", cmdtext);// I don't know if this function of yours is working or not. But I prefer format and sendclientmessage
return 1;
}