Banks
#4

Create a variable at the top of your script:
pawn Код:
new BankID[MAX_PLAYERS];
Then instead of using virtual worlds, use that variable, and set it to 0 for first bank, 1 for second bank, and 2 for first bank.

Then when you detect if they are at bank 0, 1, or 2, instead of using 'GetPlayerVirtualWorld', use 'if(BankID[playerid] = ID_HERE)'
Reply


Messages In This Thread
Banks - by aa - 17.11.2012, 14:50
Re: Banks - by zDivine - 17.11.2012, 14:57
Re: Banks - by aa - 17.11.2012, 15:02
Re: Banks - by zDivine - 17.11.2012, 15:07
Re: Banks - by aa - 17.11.2012, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)