09.10.2016, 09:40
hey, i got this cmd
(more code under)
it checks if the player is certain rank, then be able to use it, i need a way to make player as soon as he use he can be that rank as he is a normal player and its for secuirty backup.
Quote:
CMD:makeadmin(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= *random number* || PlayerInfo[playerid][pAP] >= 2) { |
it checks if the player is certain rank, then be able to use it, i need a way to make player as soon as he use he can be that rank as he is a normal player and its for secuirty backup.