Help me admin cmd doubt
#1

I have a admin system in my script LSP-RP

But where do i find them? or modify the commands to lower level admins etc.. Please help
Reply
#2

Do you mean to make commands for lower level admins and higher level admins at once(Only a command not repeating it twice.).
Reply
#3

there is only one solution learn scripting http://www.compuphase.com/pawn/Pawn_...nter_Guide.pdf
Reply
#4

I mean how to configure the admin commmands for example /goto is there on my game mode for junior admin
but its only authorized for head admins++ so how am i supposed to configure it to junior admin?
Reply
#5

Quote:
Originally Posted by KaisAggarwal
Посмотреть сообщение
I mean how to configure the admin commmands for example /goto is there on my game mode for junior admin
but its only authorized for head admins++ so how am i supposed to configure it to junior admin?
it depends of how your admin script is written
Reply
#6

Just go to the command and check for a lower admin level.
Like this:
Код:
if (Admin[playerid] < 5) return 1;
Change to:
Код:
if (Admin[playerid] < 1) return 1;
Something like this, I hope you got the idea.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)