SA-MP Forums Archive
[FilterScript] Leans Simple Adminsystem. - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Leans Simple Adminsystem. (/showthread.php?tid=406207)



Leans Simple Adminsystem. - lean1337 - 09.01.2013

Hi, I have recently started to learn pawn. I desided to work on a admin system.

I could hope you could tell me what to do instead etc and what I should improve.

To do list:
Have different Adminlevels
Add Admin commands
Add login/register



Pastebin http://pastebin.com/ndT7MqAT


Thanks!


Re: Leans Simple Adminsystem. - zohartrejx - 09.01.2013

Nice Admin System, im sure if you'll work on it for like 1 hour it will be great.

Suggestions:
Make Commands for admins like, (/ah,/slap,/report,/kick,/ban,/announce)
Make Admin Base
and much more UNIQUE Things
REPPED


Re: Leans Simple Adminsystem. - [WA]iRonan - 09.01.2013

I would love to use your admin system but the cmds i need:

Player CMDS

/report (id) (reason)
/atalk (question)

Moderator CMDS
/ban (playerid) (days) (hours) (reason)
/kick (playerid) (reason)
/changename (new name)
/setskin (skin id)

Administrator CMDS
/unban (playerid/ip)
/ipban (playerid) (days) (hours) (reason)
/giveallweapon (weaponid) (ammo)


Re: Leans Simple Adminsystem. - lean1337 - 10.01.2013

Thanks for your responses! Appreciate it alot. I have added /report cmd, but im still working on it as it is still kinda buggy.


http://pastebin.com/mSr3dknc


Re: Leans Simple Adminsystem. - Socan - 10.01.2013

good work. keep it up.


Re: Leans Simple Adminsystem. - antonio112 - 10.01.2013

The filterscript is pretty simple, I like it.

About the /report command. How about checking the parameters first, see if the parameters correspond to your 'demands' and then do a loop through all players and send a message to all admins?


No offense but you need to work more on a gamemode / filterscript before you release it. And the most important thing, don't release something that's bugged (/report command). Better just delete it from the release till you fix it and you're sure it works 100%.


Re: Leans Simple Adminsystem. - lean1337 - 10.01.2013

This is not a release I just want tips on what to do instead so I get better


Re: Leans Simple Adminsystem. - DiReCt hIt - 10.01.2013

Very simple, but it's good for bases!