12.12.2012, 14:24
Bom, esses dias estava pensando em passar meu gamemode para ZCMD, ae tem isso aqui no final de OnPlayerCommandText:
Gostaria de saber se tem como colocar algo assim, usando a include ZCMD, se ele digitar o comando errado aparece isso ae.
PHP код:
new String[120];
format(String, sizeof(String), "[ERRO]: {FFFFFF}Vocк Digitou ' {00FF00}%s {FFFFFF}', Este comando nгo existe, use: /comandos", cmdtext);
SendClientMessage(playerid, 0xFF0000FF, String);
return 1;
}