How to do it?
#1

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:
PHP код:
public OnPlayerDetectedCheat(playeridcheatid)
{
    if(
cheatid == ANTI_MONEY// (cheatid 1)
    
{
        
// 
    
}
    if(
cheatid == ANTI_WEAPON// (cheatid 2)
    
{
        
//
    
}
    return 
0;

want one of everything Public.

Do not want to do so:
PHP код:
public OnPlayerFakeMoney(playerid)
{
    return 
0;

PHP код:
public OnPlayerFakeWeapon(playerid)
{
    return 
0;

I believe you understand me, I'd be happy if you explain to me how to do it

( sorry my bad english )
Reply


Messages In This Thread
How to do it? - by _Application_ - 28.12.2014, 21:14
Re: How to do it? - by Abagail - 28.12.2014, 21:17
Re: How to do it? - by _Application_ - 28.12.2014, 21:19
Re: How to do it? - by Abagail - 28.12.2014, 21:22
Re: How to do it? - by _Application_ - 28.12.2014, 22:01

Forum Jump:


Users browsing this thread: 2 Guest(s)