05.09.2015, 07:23
Код:
if (PlayerData[playerid][pAdmin] < 6) 8. return SendErrorMessage(playerid, "Nu ai permisiunea pentru a folosi aceasta comanda.");
PlayerData[playerid][pAdmin] is your variable which stores the admin level. Unless you set that variable to 6 when a player logs in through RCON he/she won't be able to use the command.
Use IsPlayerAdmin to check if a player is an admin.

