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



Mapping Help - 0B3Y - 25.06.2014

Hello guys, how can i put my mapping in another virtual world? Thanks guys.


Re: Mapping Help - TazmaNiax - 25.06.2014

You will need streamer Plugin
Код:
CreateDynamicObject(modelid, float:x, float:y, float:z, float:rx, float:ry, float:rz, worldid, interiorid, playerid, float:distance);



Re: Mapping Help - 0B3Y - 25.06.2014

Alright, so when i need to change the world, example
Код:
CreateDynamicObject (3907, 1368.7998047, -2766.0996094, 25.0000000, 0.0000000, 0.0000000, 241.9958496, 1, 0, -1, 250);
say that i want to change it to world 2 so it would be like this
Код:
CreateDynamicObject (3907, 1368.7998047, -2766.0996094, 25.0000000, 0.0000000, 0.0000000, 241.9958496, 2, 0, -1, 250);
Like that right?


Re: Mapping Help - TazmaNiax - 26.06.2014

yes, ofc