15.09.2012, 17:03
hey guys,
i made the virtual words for bank 1 and 2 but how the exit will know to wich bank to go?
i want the lsbank exit to be in lsbank only so i wanna add it wo virtual world 10 and sf to 11
i want lsbankexit to be in the virtual world 10, so players can exit in the right place
i made the virtual words for bank 1 and 2 but how the exit will know to wich bank to go?
i want the lsbank exit to be in lsbank only so i wanna add it wo virtual world 10 and sf to 11
i want lsbankexit to be in the virtual world 10, so players can exit in the right place
Код:
if(checkpointid == LSbank) { SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, 2308.6311,-15.7347,26.7496); SetPlayerVirtualWorld(playerid ,10); } if(checkpointid == LSbankexit) { SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, 1480.5273,-1768.8188,18.7958); SetPlayerVirtualWorld(playerid ,0); }
Код:
if(checkpointid == SFbank) { SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, 2308.6311,-15.7347,26.7496); SetPlayerVirtualWorld(playerid ,11); } if(checkpointid == SFbankexit) { SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, -1495.7675,920.7301,7.1875); SetPlayerVirtualWorld(playerid ,0); }