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



CreateDynamicObject - Lenon - 14.12.2015

I noticed that objects with CreateDynamicObject are not created, I have last version of streamer, in server log prints that is loaded, I made debug and it returns and id of created object but its not displayed, e.g:

Код:
grass[playerid] = CreateDynamicObject(702, -30.87103, 2166.84399, 20.48755, 0.00000, 0.00000, 0.00000);
printf("%d object", grass[playerid]);



Re: CreateDynamicObject - Boromir - 14.12.2015

Where do you add it?