11.07.2013, 21:43
Caso vocк use a callback original..
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
//Comandos
//retornando algum valor
return SendClientMessage(playerid, -1, "[INFO] Comando inexistente");
}