20.03.2017, 20:31
Hello guys.
I've made an anti money hack system like a year ago and still having problems with it -_- (I made it by myself, didn't look at any filterscripts). So the problem is, when I tune my vehicle in ls custom for ex., it thinks that I'm cheating... I tried something like this:
but it doesn't work for some reason...
Can anyone help me? I would appreciate that.
I've made an anti money hack system like a year ago and still having problems with it -_- (I made it by myself, didn't look at any filterscripts). So the problem is, when I tune my vehicle in ls custom for ex., it thinks that I'm cheating... I tried something like this:
Код:
public OnVehicleMod(playerid, vehicleid, componentid) { SaveComponent(vehicleid, componentid); ocitan[playerid] = 0; //It's a variable which controls the money checking... SetTimerEx("VehMod", 1000, false, "i", playerid); return 1; } public VehMod(playerid) { newmoney[playerid] = GetPlayerMoney(playerid); //newmoney is a server side money variable for players... ocitan[playerid] = 1; return 1; }
Can anyone help me? I would appreciate that.