Exit and Interior Problem
#1

I am using AGnational Bank FS. He already added a bank and the exit location of it, I added 2 more banks called Bank2 and Bank3. When I exit either of them it brings me back to the location of the first one. And the interior of the bank is always a 24/7.
Here is the exit script part.

dcmd_exit(playerid,params[]) {
#pragma unused params
if(pBankInfo[playerid][PLAYER_INBANK] == 1) {
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,1274,23,1467.2456,-1011.0726); //location of first bank(my own first bank loc)
pBankInfo[playerid][PLAYER_INBANK] = 0;
}
Reply


Messages In This Thread
Exit and Interior Problem - by Astrais - 26.12.2012, 22:26
Re: Exit and Interior Problem - by Patrick - 26.12.2012, 22:33
Re: Exit and Interior Problem - by Astrais - 26.12.2012, 23:08
Re: Exit and Interior Problem - by Astrais - 27.12.2012, 15:00
Re : Exit and Interior Problem - by [HRD]Mar1 - 27.12.2012, 17:02
Re: Exit and Interior Problem - by Astrais - 27.12.2012, 22:07
Re: Exit and Interior Problem - by Scott Zulkifli - 28.12.2012, 01:28
Re: Exit and Interior Problem - by Astrais - 28.12.2012, 10:26

Forum Jump:


Users browsing this thread: 5 Guest(s)