Question about 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: Question about CreateDynamicObject (
/showthread.php?tid=640637)
Question about CreateDynamicObject -
1fret - 05.09.2017
I made 2 maps and they both are excellent , but i accidentally did it near to each other and when i go IG i can see some of the objects in the other interior, i used "
CreateDynamicObject", is it possible to change the virtual world so that this problem could be resolved? or if you have any other suggestion feel free to say it below, cause i really dont want to remap the whole house interiors again..
Re: Question about CreateDynamicObject -
JasonRiggs - 05.09.2017
PHP код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, areaid = -1, priority = 0)
That's the format of CreateDynamicObject, Feel free to change whatever you want.
Re: Question about CreateDynamicObject -
1fret - 05.09.2017
Quote:
Originally Posted by JasonRiggs
PHP код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, areaid = -1, priority = 0)
That's the format of CreateDynamicObject, Feel free to change whatever you want.
|
Finally this was what im trying to find all over ****** , thanks bro rep+