SA-MP Forums Archive
Help with a CMD $ Admin System. - 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: Help with a CMD $ Admin System. (/showthread.php?tid=382533)



Help with a CMD $ Admin System. - Bug. - 03.10.2012

Who can give me a "/stats" command.
I have that register system/TUT:
forum.sa-mp.com/showthread.php?t=273088

Code:
if(strcmp("/Stats", cmdtext, true, 10) == 0)
----------------------------------------------------------------------------
And if someon can give me admin system with two levels!
1.Senior Admin.
2.Owner Admin.
With simple commands:
Level 1
Code:
if(strcmp("/Kick", cmdtext, true, 10) == 0) 
/Kick [id] [Reason]
Code:
if(strcmp("/Jail", cmdtext, true, 10) == 0)
/Jail [id] [time] [Reason]
Code:
if(strcmp("/unjail", cmdtext, true, 10) == 0) 
/Unjail [id] [Reason]
Level 2

Code:
if(strcmp("/Ban", cmdtext, true, 10) == 0)
/Ban [id] [Reason]
Code:
if(strcmp("/Unban", cmdtext, true, 10) == 0) 
/Unban [id/player name/ip]
Thanks for helpers!!!!! ++Rep!!!!!!


Re: Help with a CMD $ Admin System. - Bug. - 03.10.2012

|
\/



Re: Help with a CMD $ Admin System. - Bug. - 03.10.2012

Edit:
Code:
When i ban or kick or jail its says to all:
"AdmCmd: (PlayerName) was Kicked by admin (AdminName) [Reason: TEST ]
"AdmCmd: (PlayerName) was Jailed by admin (AdminName) [Reason: TEST ]
"AdmCmd: (PlayerName) was UnJailed by admin (AdminName) [Reason: TEST ]
"AdmCmd: (PlayerName) was Banned by admin (AdminName) [Reason: TEST ]



Re: Help with a CMD $ Admin System. - Bug. - 04.10.2012

Please who can help me!!!


Re: Help with a CMD $ Admin System. - PaulDinam - 04.10.2012

wow 4 posts in row

here ya go from mine server:

http://pastebin.com/x4gQffpS

ur fucking faggot
make me system lol.... even /stats


Re: Help with a CMD $ Admin System. - Bug. - 04.10.2012

I ask how to make it IDIo*


Re: Help with a CMD $ Admin System. - SwisherSweet - 04.10.2012

Bug.
You will get warned for sure...
http://forum.sa-mp.com/showthread.ph...ighlight=Admin
Next time use the Search Button!


Re: Help with a CMD $ Admin System. - Bug. - 04.10.2012

Quote:
Originally Posted by Aveger
View Post
Bug.
You will get warned for sure...
http://forum.sa-mp.com/showthread.ph...ighlight=Admin
Next time use the Search Button!
I have that register system!: forum.sa-mp.com/showthread.php?t=273088
How to add this to my Register system.