SA-MP Forums Archive
[CODE] Interiors - Please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [CODE] Interiors - Please help (/showthread.php?tid=332138)



[CODE] Interiors - Please help - squomp - 07.04.2012

I am trying to make some 24/7s but when you enter one from one entrance it goes to the same 24/7 no matter what, what I'm trying to do is make separate 24/7s with the same interior, how would I do this?


Re: [CODE] Interiors - Please help - Harish - 07.04.2012

use virtual world SetPlayerVirtualWorld(playerid,1);//here you can place it up to 100 or above

and for outside SetPlayerVirtualWorld(playerid,-1);//this for common or use 0


Re: [CODE] Interiors - Please help - Shabi RoxX - 07.04.2012

Use GetPlayerVirtualWorld to check in which 24/7 he is.....


Re: [CODE] Interiors - Please help - squomp - 07.04.2012

thanks guys this helped alot