31.05.2010, 21:13
Hey guys it's me JustinB again...lol anyways I'm trying to make it so I can set player's admin level ingame because right now I can only do it out of game.
this is my admin format:
And I Make commands using: if(strcmp(cmdtext
I want the admin setlevel to be /setlevel like so:
if(strcmp(cmdtext, "/setlevel", true) == 0)
My Max admin level is 4
But I have no idea how to do it
I hope you can help all![Grin](images/smilies/biggrin.gif)
Peace.
this is my admin format:
Код:
(adminlevel[playerid] >= 1);
I want the admin setlevel to be /setlevel like so:
if(strcmp(cmdtext, "/setlevel", true) == 0)
My Max admin level is 4
But I have no idea how to do it
I hope you can help all
![Grin](images/smilies/biggrin.gif)
Peace.