Server sided money. [Problem]
#1

Hey all,

I'm using this Anti Hack FS
http://forum.sa-mp.com/showthread.ph...er+sides+money

And My Gamemode is PPC_Trucking

Now, i installed everything correctly. But when i go into game i use /rules (accept) and for accepting you get 5k.
Then in Chat i get a Message (Error your suspected of hacks) or something along them lines.

I also get the same message when i complete a mission.


How can i over come this?

Thanks all!
Reply
#2

cuz of ur gm it is causing a cliche between which means ur gm info isnt relavant to the money hack system do some edit to it, n see
Reply
#3

Remember to change all the GivePlayerMoney and so forth out with GivePlayerMoneyEx(even though I did not know that stock's can be registered in the gamemode by simply having them in a filterscript?)
Reply
#4

well you see then u would have to change ur custom money system to the filterscript own
Reply
#5

Код HTML:
 GivePlayerMoneyEx(iPlayer,UsingiMoney[ iPlayer ] - GetPlayerMoney( iPlayer ));
                SendClientMessage(iPlayer,0xFF0000AA, "[INFO] Your Money is Seted (Suspect Hacks)");
this is in my FS
Reply
#6

okay koo here what to do instead of giveplayermoney or w/e iz ur custom money giving change them all to GivePlayerMoneyEx
and tell me feedback
Reply
#7

Okay, im having a look now..

Ill see if this works http://forum.sa-mp.com/showthread.ph...+Cheat+include


Thanks for your help guys.
Reply
#8

i as thinking include 2 but i was focus on his problem
Reply
#9

hey, in that include i just linked it told me to add "" in public OnPlayerUpdate(playerid)

I goto my GM and there's no, public OnPlayerUpdate(playerid).. what do i do?
Reply
#10

okay, so may i be annoying and ask were do i put it in?

Код HTML:
public OnPlayerUpdate(playerid)
{
HealthHack(playerid);
MoneyHack(playerid);
ArmourHack(playerid);
VHH(playerid);
AntiCheat(playerid);
IlegalWeapons(playerid);
JetPack(playerid);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)