14.01.2013, 15:57
Remove that and add
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, COLOR_WHITE, "{FF0000}Wrong Command! Use /help for more informations.");
return 1;
}