Setting dynamic objects to variables - 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: Setting dynamic objects to variables (
/showthread.php?tid=491116)
Setting dynamic objects to variables -
Shoulen - 29.01.2014
Hi there
This is more of a yes/no question:
If I have an array of 200 for example and I do
Object[2] = CreateDynamicObject(...) (Using Incognito's object streamer)
and I restream the object, will Object[2] still be able to control it? Cause I'm having some problems with my object variables.
Let me know ASAP, thanks.