04.07.2014, 23:28
tou com um problema bem simples, quero fazer uma mensagem de cmd invбlido.. porйm uso zcmd e criei a public OnPlayerCommandText sу pra por a msg e nao estб pegando..
Cуdigo
Alguйm me diz o que estб errado?
pawn Код:
error 054: unmatched closing brace ("}")
new.pwn(1022) : error 010: invalid function or declaration
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}
}
return SendClientMessage(playerid, Cinza, "[ x ] Comando Invбlido");
}