03.10.2012, 21:58
Who can give me a "/stats" command.
I have that register system/TUT:
forum.sa-mp.com/showthread.php?t=273088
1.Senior Admin.
2.Owner Admin.
With simple commands:
Level 1
Level 2
Thanks for helpers!!!!! ++Rep!!!!!!
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]
Code:
if(strcmp("/Ban", cmdtext, true, 10) == 0) /Ban [id] [Reason]
Code:
if(strcmp("/Unban", cmdtext, true, 10) == 0) /Unban [id/player name/ip]