[Problem] Filterscript Problem
#1

Hi ... I've created a filterscript a job and ... I have in my gamemode Junkbuster cheat system.
When I give money (GivePlayerMoney) ... not because Anticheat set.
Please tell me how to make it work
Reply
#2

I'm guessing the anti cheat has a different function to give money?
Reply
#3

pawn Код:
GivePlayerMoney(playerid, money);
code to give player money on the job of the Filterscript

and in gamemode is AntiCheat JunkBuster

pawn Код:
#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
Reply
#4

please Help me !
Reply
#5

Maybe you didn't include the Anticheat?
Try to use JB_GivePlayerMoney and show us if it gives errors.
Reply
#6

Paste that include and those defines into the filter script with the problems
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)