SA-MP Forums Archive
[easy] make normal player admin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [easy] make normal player admin (/showthread.php?tid=618723)



[easy] make normal player admin - Nightmares - 09.10.2016

hey, i got this cmd

Quote:

CMD:makeadmin(playerid, params[]) {
if(PlayerInfo[playerid][pAdmin] >= *random number* || PlayerInfo[playerid][pAP] >= 2) {

(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.


Re: [easy] make normal player admin - Nightmares - 09.10.2016

anyone


Re: [easy] make normal player admin - Quinncell - 09.10.2016

Please provide the full code and use the
PHP код:
[CODE][/CODE
tags.Also explain what the problem is?