[FilterScript] LWAdmin System
#1

Hello Guys Iam Releasing a Admin System: LWAdmin System:

Made By Me Not Copied

CMDS:
Code:
/freeze /unfreeze /ban /kick /setlevel /mute /unmute /kiss /pizza /setkisses /setpizzas /setkills
/kick /stats
5 Admin Levels

To Make Your Self Admin use /rcon login [rconpassword] then do /makemeadmin and use it

Download Links: http://www.mediafire.com/download/0d...gp/LWAdmin.rar

PasteBin: http://pastebin.com/JKDT4z4r

__________________________________________________ _________________________________________
Sorry For my Bad English :/
Have Fun
Reply
#2

Any comment?
Reply
#3

Quote:
Originally Posted by Loinal
View Post
Any comment?
I already have those in my script.
Reply
#4

Hi.
Post a pastebin version of your filterscript and a virustotal of your mediafire file.
Reply
#5

Added PasteBin http://pastebin.com/JKDT4z4r
Reply
#6

In the setkills command
PHP Code:
 if(sscanf(params,"ud[133]",target,kills)) return SendClientMessage(playerid,-1,"USAGE: /setkills [playerid][kills]"); 
Why you have added a value for integer?

In the kick command

PHP Code:
new target,reason,string[134];
     if(
sscanf(params,"us",target,reason)) return SendClientMessage(playerid,-1,"USAGE: /kick [playerid] [reason]"); 
You didn't add value for the reason define or even in the sscanf format, This will print errors and it wont work.

Also there is a lot more i saw, I wont motion them all here, but you have to take a look again.

Quote:
Originally Posted by Zorono
View Post
Simple But clean and good Job
Nothing is clean there lol, everything is fucked up.
Reply
#7

Simple But clean and good Job
+Repped
Reply
#8

Quote:
Originally Posted by Zorono
View Post
Simple But clean and good Job
+Repped
Thanks
Reply
#9

And again you use that pragma in your script. I've told you before that it's bad. 1 star.
Reply
#10

which pargma?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)