03.09.2018, 09:04
Guys I downloaded the filterscript of the vehicle system, only that another admin system was implemented, and let's say I can not use this command, how could I solve it?
Obviously I log in with the rcon sept admin but nothing, he tells me I can not use this command
CMD:avcomandi(playerid, params[])
{
if(!PermissionCheck(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "Non puoi utilizzare questo comando");
if(pAdminLevel(playerid))
{
SendClientMessage(playerid, 0xEE0000FF, "/aggiungiv /editav /settabenzina /vinutilizzabile (respawntutto) /respawnav (respawnaquestamacchina)\n");
SendClientMessage(playerid, 0xEE0000FF, "/aggiungiconcessionaria /eliminaconcessionaria /fix /spostaconcessionaria /gotoconcessionaria\n");
SendClientMessage(playerid, 0xEE0000FF, "/aggiungibenzinaio /eliminabenzinaio /spostabenzinaio /gotobenzinaio");
}
return 1;
}
IsAdmin was implemented in the system
but in my gamemode is pAdminLevel.
How can I correct this error?
Obviously I log in with the rcon sept admin but nothing, he tells me I can not use this command
CMD:avcomandi(playerid, params[])
{
if(!PermissionCheck(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "Non puoi utilizzare questo comando");
if(pAdminLevel(playerid))
{
SendClientMessage(playerid, 0xEE0000FF, "/aggiungiv /editav /settabenzina /vinutilizzabile (respawntutto) /respawnav (respawnaquestamacchina)\n");
SendClientMessage(playerid, 0xEE0000FF, "/aggiungiconcessionaria /eliminaconcessionaria /fix /spostaconcessionaria /gotoconcessionaria\n");
SendClientMessage(playerid, 0xEE0000FF, "/aggiungibenzinaio /eliminabenzinaio /spostabenzinaio /gotobenzinaio");
}
return 1;
}
IsAdmin was implemented in the system
but in my gamemode is pAdminLevel.
How can I correct this error?