Command Robbank need some help (+rep)
#6

work with a bool

pawn Код:
new bool:rob;

//when stealing
rob = true;

//when you die or exit bank
rob = false;

//in the timer
forward robbank();
public robbank() {
    if(rob == true) {
        //functions
Reply


Messages In This Thread
Command Robbank need some help (+rep) - by RenSoprano - 28.04.2012, 11:59
Re: Command Robbank need some help (+rep) - by .FuneraL. - 28.04.2012, 12:26
Re: Command Robbank need some help (+rep) - by RenSoprano - 28.04.2012, 12:35
Re: Command Robbank need some help (+rep) - by .FuneraL. - 28.04.2012, 12:37
Re: Command Robbank need some help (+rep) - by RenSoprano - 28.04.2012, 12:44
Re: Command Robbank need some help (+rep) - by zbt - 28.04.2012, 12:53

Forum Jump:


Users browsing this thread: 3 Guest(s)