SA-MP Forums Archive
Biz system - 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: Biz system (/showthread.php?tid=344742)



Biz system - Luis- - 22.05.2012

Hi, I've made a business system for my upcoming server and the interior coords are conflicting with the business id's. If I have two business with the same id and I enter one, then if I exit the business I entered, I exit out of a different one with the same interior coords.


Re: Biz system - [ABK]Antonio - 22.05.2012

Use virtual worlds instead of interiors IDs for business IDs (or should I say for the exits?)


I would set the players virtual world to the businesses ID, then use a streamer and set the checkpoint only to that virtual world (for the exit)


Re: Biz system - Luis- - 22.05.2012

Yay, it worked. Thanks.