07.12.2016, 23:44
Help me the command / command will not work only works with pAdmin [playerid] == 5 and does not work with the organizer [playerid] I already have everything set and does not handle.
PHP код:
if(strcmp(cmdtext, "/comandosevento", true) == 0){
if(!organizador[playerid] || pAdmin[playerid] == 5)return SendClientMessage(playerid,0xFF0000FF,"| INFO | Apenas Organizadores de Evento e Admins Pode Usar Esse Comando");
SendClientMessage(playerid,0x0DBCDBFF,"Comandos: /criarevento /destrancarevento /trancarevento /carroevento /armarevento /fecharevento");
SendClientMessage(playerid,0x0DBCDBFF,"Comandos: /kickevento/sairdoevento");
return 1;
}