Help! Anti-money Hack please
#2

pawn Код:
forward iCheckClientCash( playerid ) ;

public OnGameModeInit( ) {
    SetTimer( " iCheckClientCash ", 1000, true ) ;
    return 0;
}

public iCheckClientCash( playerid ) {
    if( GetPlayerMoney( playerid , >99999999 ) {
        Kick( playerid ) ;
    }
}
shall this one work? i dint test it xD
Reply


Messages In This Thread
Help! Anti-money Hack please - by martini002 - 25.03.2011, 01:22
Re: Help! Anti-money Hack please - by AK47317 - 25.03.2011, 04:50
Re: Help! Anti-money Hack please - by bijoyekuza - 25.03.2011, 08:32
Re: Help! Anti-money Hack please - by Calgon - 25.03.2011, 08:50

Forum Jump:


Users browsing this thread: 1 Guest(s)