Exit and Interior Problem
#7

NO.....
maybe that script /enter to bank
because it could be the same bank vitural.

Ex:
i use zcmd
pawn Код:
CMD:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, /*X,Y,Z*/))// on exterior {
        SetPlayerPos(playerid, /*X,Y,Z*/);// to interior
        SetPlayerVirtualWorld(playerid, 1337);//dont same the vitural world

    }
    else if(IsPlayerInRangeOfPoint(playerid, 2.0, /*X,Y,Z*/))//on exterior {
        SetPlayerPos(playerid, /*X,Y,Z*/);// to interior
        SetPlayerVirtualWorld(playerid, 1338);

    }
     return 1;
}

CMD:exit(playerid,params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, /*X,Y,Z*/)) //on interior {
        SetPlayerPos(playerid, /*X,Y,Z*/);// to exterior
        SetPlayerVirtualWorld(playerid,0);

    }
    else if(IsPlayerInRangeOfPoint(playerid, 2.0, /*X,Y,Z*/))//on interior {
        SetPlayerPos(playerid, /*X,Y,Z*/); //to exterior
        SetPlayerVirtualWorld(playerid,0);

    }
     return 1;
}
i dont know too
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: 3 Guest(s)