28.12.2014, 21:14
I'm working on anti-hack
Now I do not want to for do any "anti-cheat" new public
i want they be like this:
want one of everything Public.
Do not want to do so:
I believe you understand me, I'd be happy if you explain to me how to do it
( sorry my bad english )
Now I do not want to for do any "anti-cheat" new public
i want they be like this:
PHP код:
public OnPlayerDetectedCheat(playerid, cheatid)
{
if(cheatid == ANTI_MONEY) // (cheatid 1)
{
//
}
if(cheatid == ANTI_WEAPON) // (cheatid 2)
{
//
}
return 0;
}
Do not want to do so:
PHP код:
public OnPlayerFakeMoney(playerid)
{
return 0;
}
PHP код:
public OnPlayerFakeWeapon(playerid)
{
return 0;
}
( sorry my bad english )