How can I remove Money Bar ?
#6

What is the purpose of this? if your using a antihack and making it so that money saves into a variables (new playerMoney[MAX_PLAYERS] then just have an anti-hack timer that sets your money to the variable.. like

pawn Код:
public moneyAntiHack(){
    for(new i=0; i<MAX_PALYERS; i++){
        if(GetPlayerMoney != playerMoney[playerid]){
        SetPlayerMoney(playerid, playerMoney[playerid]);
        }
    }
    return 1;
}
Reply


Messages In This Thread
How can I remove Money Bar ? - by Maeglin - 24.10.2010, 11:54
Re: How can I remove Money Bar ? - by andruz99 - 24.10.2010, 11:55
Re: How can I remove Money Bar ? - by Matej_ - 24.10.2010, 11:56
Re: How can I remove Money Bar ? - by Zimon95 - 24.10.2010, 11:56
Re: How can I remove Money Bar ? - by Maeglin - 24.10.2010, 12:54
Re: How can I remove Money Bar ? - by DarrenReeder - 24.10.2010, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)