Anti money hack problem
#1

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:

Код:
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;
}
but it doesn't work for some reason...

Can anyone help me? I would appreciate that.
Reply


Messages In This Thread
Anti money hack problem - by andrejc999 - 20.03.2017, 20:31
Re: Anti money hack problem - by Toroi - 20.03.2017, 20:37
Re: Anti money hack problem - by andrejc999 - 20.03.2017, 20:41

Forum Jump:


Users browsing this thread: 1 Guest(s)