Mapping - 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 (
/showthread.php?tid=417545)
Mapping -
Aarab - 21.02.2013
Hello,
I mapped two interiors on the same place, now they are stucking.
How to set a Virtual world on a mapping?
Thanks
Re: Mapping -
Jstylezzz - 21.02.2013
If you use a streamer:
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Re: Mapping -
Aarab - 21.02.2013
I have something like:
Quote:
new pool[124];
pool[0] = CreateObject(19447, 1405.966064, -2444.669677, 13.554685, 0.000000, 0.000000, 0.000000);
pool[1] = CreateObject(10444, 1408.787353, -2450.689208, 14.564683, 0.000000, 0.000000, 0.000000);
pool[2] = CreateObject(19447, 1405.965942, -2454.308593, 13.554685, 0.000000, 0.000000, 0.000000);
pool[3] = CreateObject(19447, 1410.696044, -2459.058593, 13.554685, 0.000000, 0.000000, 90.000000);
|
Re: Mapping -
Aarab - 21.02.2013
Any1 ?
Re: Mapping -
Aarab - 21.02.2013
Please someone help me.
Re: Mapping -
Jstylezzz - 21.02.2013
You shouldn't bump that much, it will get you banned..
Download this:
Streamer.
If you use JernejL's map editor, press 'Show Code' and then press CreateDynamicObject.
Then save it, and copy/paste it into your Gamemode under OnGamemodeinit, then change the virtualworld value.
Re: Mapping -
Aarab - 21.02.2013
Where to download the JernejL's map editor ?
Re: Mapping -
Jstylezzz - 21.02.2013
Here