SA-MP Forums Archive
JunkBuster help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: JunkBuster help (/showthread.php?tid=158239)



JunkBuster help - Proteine - 09.07.2010

I jukbuster, how can I give kicked, not banned


Re: JunkBuster help - Grim_ - 09.07.2010

Um, I'm assuming Junkbuster is some type of script you are using? If so, ask in the scripts topic.


Re: JunkBuster help - yezizhu - 09.07.2010

Change all ban() to kick()?


Re: JunkBuster help - iZN - 09.07.2010

There is an option for choosing what you want Sprunk Buster to do
Search for #define ACTION 1
After searching change it to #define ACTION 2
To make it kicks player only!


Re: JunkBuster help - Proteine - 09.07.2010

GameMode:

#include <JunkBuster>

#define GetPlayerMoney JB_GetPlayerMoney
#define ResetPlayerMoney JB_ResetPlayerMoney
#define GivePlayerMoney JB_GivePlayerMoney
#define PutPlayerInVehicle JB_PutPlayerInVehicle
#define GivePlayerWeapon JB_GivePlayerWeapon
#define SetPlayerPos JB_SetPlayerPos
#define SetVehiclePos JB_SetVehiclePos


In include:


Download - http://rapidshare.com/files/405898762/JunkBuster.inc


In ScriptFiles:

Download - http://rapidshare.com/files/405898496/JunkBuster.rar


Re: JunkBuster help - Adil - 09.07.2010

Quote:
Originally Posted by arbash
View Post
There is an option for choosing what you want Sprunk Buster to do
Search for #define ACTION 1
After searching change it to #define ACTION 2
To make it kicks player only!
Junk Buster and Sprunk Buster are two different things.


Re: JunkBuster help - Proteine - 09.07.2010

I JunkBuster. Can someone help me?


Re: JunkBuster help - Hiddos - 09.07.2010

Search for "Ban" in your script, and replace it with "Kick"


Re: JunkBuster help - Proteine - 09.07.2010

we have kicked around


D:\Brother\Brother ServerS\pawno\include\JunkBuster.inc(1221) : error 021: symbol already defined: "JB_Kick"
D:\Brother\Brother ServerS\pawno\include\JunkBuster.inc(1231) : warning 202: number of arguments does not match definition
D:\Brother\Brother ServerS\pawno\include\JunkBuster.inc(2060) : warning 202: number of arguments does not match definition
D:\Brother\Brother ServerS\pawno\include\JunkBuster.inc(2579) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Re: JunkBuster help - Grim_ - 09.07.2010

You're not actually suppose to compile an include.