SA-MP Forums Archive
I need help with making admin cmds. - 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: I need help with making admin cmds. (/showthread.php?tid=329954)



I need help with making admin cmds. - tp_link - 30.03.2012

Hello! How i can make cmds for admin and vip? I want to i can change admin lvls 1 to 5. Do i need register and login system because i want to i can change player info from notepad. Help me please i give rep if someone help me. I have teamviewer so you can help with it also.

Login - Register if player is admin, loggin automatically in to admin/vip.
Admin cmds Admin cmds few examples... like /kick id /ban id /tpto /tphere
Vip cmds some cmds example.

This in notepad->
Name:
Password: ######
AdminLevel: [1-5]
Vip: [0-1] 0 off

I want to make this all in to filterscript.


Re: I need help with making admin cmds. - BleverCastard - 30.03.2012

well have you defined "aLevel for something in the Player enum's?
And then just add if(ENUMHERE[playerid][aLevel] or something like that.


Re: I need help with making admin cmds. - SpiritEvil - 30.03.2012

Use the search button before asking for something. There are a lot of filterscript which offer exactly what you are asking for.


Re: I need help with making admin cmds. - tp_link - 30.03.2012

Quote:
Originally Posted by SpiritEvil
Посмотреть сообщение
Use the search button before asking for something. There are a lot of filterscript which offer exactly what you are asking for.
Can you link i didnt found.