Cant use CreateDynamicObject - 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: Cant use CreateDynamicObject (
/showthread.php?tid=499766)
Cant use CreateDynamicObject -
Tagathron - 09.03.2014
Hello, I'm using CreateDynamicObject, but it doesn't work. There are no compile warnings/errors, but it just doesn't show the objects where they are supposed to be.
(Doesn't work in the gamemode and filterscripts)
Anyone knows what might be the cause?
Re: Cant use CreateDynamicObject -
Blademaster680 - 09.03.2014
The co-ordinates could be wrong? Or you might be removing the same object under onplayerconnect
Try also download Incognito's streamer
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Cant use CreateDynamicObject -
Tagathron - 09.03.2014
Its none of the things you said.
Re: Cant use CreateDynamicObject -
NovaGaming - 09.03.2014
Having same issue no ojects are showing even if you have incognito's streamer
Re: Cant use CreateDynamicObject -
Tagathron - 09.03.2014
Quote:
Originally Posted by NovaGaming
Having same issue no ojects are showing even if you have incognito's streamer
|
The objects dont show even tho' everything is properly done,thats what I said?
Re: Cant use CreateDynamicObject -
ZeroTheScyther - 09.03.2014
I have the same bug if I try to create a dynamic object in the gamemode. If I create them in a FS then everything works just fine. I can still create an normal object in the GM but the dynamic one just doesn't shows up.