Server sided money. [Problem] -
MrPlatinum - 01.10.2012
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!
Re: Server sided money. [Problem] -
trapstar2020 - 01.10.2012
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
Re: Server sided money. [Problem] -
Extremo - 01.10.2012
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?)
Re: Server sided money. [Problem] -
trapstar2020 - 01.10.2012
well you see then u would have to change ur custom money system to the filterscript own
Re: Server sided money. [Problem] -
MrPlatinum - 01.10.2012
Код HTML:
GivePlayerMoneyEx(iPlayer,UsingiMoney[ iPlayer ] - GetPlayerMoney( iPlayer ));
SendClientMessage(iPlayer,0xFF0000AA, "[INFO] Your Money is Seted (Suspect Hacks)");
this is in my FS
Re: Server sided money. [Problem] -
trapstar2020 - 01.10.2012
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
Re: Server sided money. [Problem] -
MrPlatinum - 01.10.2012
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.
Re: Server sided money. [Problem] -
trapstar2020 - 01.10.2012
i as thinking include 2 but i was focus on his problem
Re: Server sided money. [Problem] -
MrPlatinum - 01.10.2012
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?
Re: Server sided money. [Problem] -
MrPlatinum - 01.10.2012
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;
}