How can I remove Money Bar ?
#1

I mean, Original Money Bar in right side, under the health bar. How can I remove it ?
Reply
#2

You cant
Reply
#3

Quote:
Originally Posted by Maeglin
Посмотреть сообщение
I mean, Original Money Bar in right side, under the health bar. How can I remove it ?
Not possible.
Reply
#4

For all players? You can't, but you can disable it only for you in your options.
Reply
#5

I'm going to do Currency System and I wanna show to players their currencies like that money bar.

I've a idea. I wont use money bar. It'll already 0$ and I'll show currencies to player in textdraws. I hope will so good.
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)