[FilterScript] LWAdmin System
#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


Messages In This Thread
LWAdmin System - by Loinal - 14.06.2016, 00:49
Re: LWAdmin System - by Loinal - 14.06.2016, 03:08
Re: LWAdmin System - by ManIsHere - 14.06.2016, 08:46
Re: LWAdmin System - by Dayrion - 14.06.2016, 09:41
Re: LWAdmin System - by Loinal - 14.06.2016, 12:32
Re: LWAdmin System - by oMa37 - 14.06.2016, 12:55
Re: LWAdmin System - by Zorono - 14.06.2016, 13:02
Re: LWAdmin System - by Loinal - 14.06.2016, 13:05
Re: LWAdmin System - by Infinity - 14.06.2016, 13:57
Re: LWAdmin System - by Loinal - 14.06.2016, 15:33

Forum Jump:


Users browsing this thread: 2 Guest(s)