10.11.2013, 13:00
Hello everyone! I noticed a lot of new scripters are having problems with making an admin filterscript.
So I decided to make one for them, I know it's very simple, but they can edit this, and make one that they want.
This is just the base.
Information:
Gives 1 score and 1$ to the player that kills another player.
Saves score, money and deaths.
Usage:
Use " /setlevel [id] [level] " to make someone an admin.
Use " pStats[playerid][admin] >= level " to create a new command that can only be used by that level or higher.
Installation:
Download adminfs.pwn and adminfs.amx and copy them to "Filterscripts"
Download sscanf.dll and copy it to "Plugins"
Download sscanf.inc and copy it to "Pawno\include"
Download YSI and copy YSI.inc and the folder YSI to "Pawno\include"
Download Whirlpool and copy it to "Plugins"
Open your "server.cfg" with notepad and add adminfs and Whirlpool to the line filterscripts
Add a new line and call it plugins and add to it sscanf
Make a new folder in "scriptfiles" and call it "Users"
Credits:
#****** for sscanf, y_ini and Whirlpool
#Zeex for ZCMD
#newbienoob - I learned how to make an admin system from his tutorial.
Download:
sscanf: https://sampforum.blast.hk/showthread.php?tid=120356
YSI/y_ini: https://sampforum.blast.hk/showthread.php?pid=1696956#pid1696956
Whirlpool: https://sampforum.blast.hk/showthread.php?tid=65290
zcmd: https://sampforum.blast.hk/showthread.php?tid=91354
adminfs:
http://www.solidfiles.com/d/240f6fe191/
http://pastebin.com/nDm0mJAu
Note:
I'm working on a big admin filterscript, as I said before, this is a very simple one, it's the base.
So I decided to make one for them, I know it's very simple, but they can edit this, and make one that they want.
This is just the base.
Information:
Gives 1 score and 1$ to the player that kills another player.
Saves score, money and deaths.
Usage:
Use " /setlevel [id] [level] " to make someone an admin.
Use " pStats[playerid][admin] >= level " to create a new command that can only be used by that level or higher.
Installation:
Download adminfs.pwn and adminfs.amx and copy them to "Filterscripts"
Download sscanf.dll and copy it to "Plugins"
Download sscanf.inc and copy it to "Pawno\include"
Download YSI and copy YSI.inc and the folder YSI to "Pawno\include"
Download Whirlpool and copy it to "Plugins"
Open your "server.cfg" with notepad and add adminfs and Whirlpool to the line filterscripts
Add a new line and call it plugins and add to it sscanf
Make a new folder in "scriptfiles" and call it "Users"
Credits:
#****** for sscanf, y_ini and Whirlpool
#Zeex for ZCMD
#newbienoob - I learned how to make an admin system from his tutorial.
Download:
sscanf: https://sampforum.blast.hk/showthread.php?tid=120356
YSI/y_ini: https://sampforum.blast.hk/showthread.php?pid=1696956#pid1696956
Whirlpool: https://sampforum.blast.hk/showthread.php?tid=65290
zcmd: https://sampforum.blast.hk/showthread.php?tid=91354
adminfs:
http://www.solidfiles.com/d/240f6fe191/
http://pastebin.com/nDm0mJAu
Note:
I'm working on a big admin filterscript, as I said before, this is a very simple one, it's the base.