15.09.2016, 05:45
What funcs are used? like Native GetPlayerStats
and like if we want to create a command and use this code
if [playerData][playerLevel] >= 3 //admin lvl
SendClientMessage(playerid, "You don't have enough administration level to use this command");
Else
SendClientMessage(playerid, "command success" smth like dat..
and like if we want to create a command and use this code
if [playerData][playerLevel] >= 3 //admin lvl
SendClientMessage(playerid, "You don't have enough administration level to use this command");
Else
SendClientMessage(playerid, "command success" smth like dat..