SA-MP Forums Archive
Dynamicobject on RequestClass - 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: Dynamicobject on RequestClass (/showthread.php?tid=611945)



Dynamicobject on RequestClass - DavidBilla - 12.07.2016

I've added some objects to show up near the player's pos in OnPlayerRequestClass
I've made them as dynamic objects to show up only at a particular world.
Now there's a problem , the objects don't appear on class selection. I believe it's because the player isn't actually present in that location during class selection so the object doesn't stream (idk the real cause though).

I cant use createobject since i dont want there objects to appear in the gameplay area.
Is there a way around it?


Re: Dynamicobject on RequestClass - Danzou - 12.07.2016

PHP Code:
Streamer_UpdateExplayeridFloat:xFloat:yFloat:); 
?