SA-MP Forums Archive
[FilterScript] Nice simple/basic adminscript for beginners/small servers - 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] Nice simple/basic adminscript for beginners/small servers (/showthread.php?tid=167359)



Nice simple/basic adminscript for beginners/small servers - gamer931215 - 12.08.2010

MOVED TO http://forum.sa-mp.com/showthread.ph...766#post789766


Re: Nice simple/basic adminscript for beginners/small servers - willsuckformoney - 12.08.2010

Nice, the basics of an admin system, good job!


Re: Nice simple/basic adminscript for beginners/small servers - Brian|iMap - 12.08.2010

indeed nice and simple, but you could add /mute, /silence to it just a suggestion


Re: Nice simple/basic adminscript for beginners/small servers - gamer931215 - 12.08.2010

Quote:
Originally Posted by Brian|iMap
Посмотреть сообщение
indeed nice and simple, but you could add /mute, /silence to it just a suggestion
Edit:
Thanks for the idea!, found out how it worked (damn so simple) and i added it


Re: Nice simple/basic adminscript for beginners/small servers - willsuckformoney - 12.08.2010

NvM i wasn't reading so good, that RCON admin


Re: Nice simple/basic adminscript for beginners/small servers - Crusher!! - 12.08.2010

You go good gamer, nice script


@ WillSuckForMoney: he uses IsPlayerAdmin, so its rcon only


Re: Nice simple/basic adminscript for beginners/small servers - DarkClone - 12.08.2010

Nice job, Tidy and easy.


Re: Nice simple/basic adminscript for beginners/small servers - Grim_ - 12.08.2010

May I suggest using OnPlayerClickPlayer to select the player ID they wish to kick, there for you only need one dialog, and it's easier than finding that player's ID anyway.


Re: Nice simple/basic adminscript for beginners/small servers - [L3th4l] - 12.08.2010

Nice Script.

(OFFTOPIC) What do y'all like the most? Admin system in cmds ( some cmds only ) or in dialog style? just like this one.


Re: Nice simple/basic adminscript for beginners/small servers - gamer931215 - 12.08.2010

Quote:
Originally Posted by Grim_
Посмотреть сообщение
May I suggest using OnPlayerClickPlayer to select the player ID they wish to kick, there for you only need one dialog, and it's easier than finding that player's ID anyway.
Ahah, is that the system that you can select a player in the score list ? i wanted to do that but couldnt find out how il give it a try

Edit: Added the click script, and also a few usefull features

Anyways thanks for the comments/tips all