[FilterScript] LWAdmin 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] LWAdmin System (
/showthread.php?tid=609551)
LWAdmin System -
Loinal - 14.06.2016
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
Re: LWAdmin System -
Loinal - 14.06.2016
Any comment?
Re: LWAdmin System -
ManIsHere - 14.06.2016
Quote:
Originally Posted by Loinal
Any comment?
|
I already have those in my script.
Re: LWAdmin System -
Dayrion - 14.06.2016
Hi.
Post a
pastebin version of your filterscript and a
virustotal of your mediafire file.
Re: LWAdmin System -
Loinal - 14.06.2016
Added PasteBin
http://pastebin.com/JKDT4z4r
Re: LWAdmin System -
oMa37 - 14.06.2016
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
Simple But clean and good Job
|
Nothing is clean there lol, everything is fucked up.
Re: LWAdmin System -
Zorono - 14.06.2016
Simple But clean and good Job
+Repped
Re: LWAdmin System -
Loinal - 14.06.2016
Quote:
Originally Posted by Zorono
Simple But clean and good Job
+Repped
|
Thanks
Re: LWAdmin System -
Infinity - 14.06.2016
And again you use that pragma in your script. I've told you before that it's bad. 1 star.
Re: LWAdmin System -
Loinal - 14.06.2016
which pargma?