25.07.2012, 17:10
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
new string[128];
format(string, sizeof(string), "Comando %s Nгo Existe, Digite /comandos", cmdtext);
SendClientMessage(playerid, -1, string);
}
return 1;
}
