Display object in 1 VW and INT only - 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: Display object in 1 VW and INT only (
/showthread.php?tid=634856)
Display object in 1 VW and INT only -
TonyII - 27.05.2017
Hello, I've tried few ways to display one object in a single Interior and Virtual World only but it still shows in every single Interior or VW anyone got tips for me?
Tried both this:
CreateDynamicObjectEx(4828, 864.00000, -5059.17529, 16.74800, 0.00000, 0.00000, 0.00000, 1000, 1000, {0}, {0});
And
CreateDynamicObject(4828, 864.00000, -5059.17529, 16.74800, 0.00000, 0.00000, 0.00000, 0, 0);
Thanks