SA-MP Forums Archive
[Map] [MAP]Rockets - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [MAP]Rockets (/showthread.php?tid=64161)

Pages: 1 2


[MAP]Rockets - extra - 02.02.2009

Here 2 Rockets in San Andreas Version

Location: LV Airport

WorkTime: 20 Minute

ScreenShots:





Код:
CreateObject(1683, 1317.115112, 1436.945435, 35.672913, 0.0000, 270.6186, 176.5622);
CreateObject(3258, 1315.431396, 1435.109253, 46.695305, 0.0000, 179.5180, 356.5623);
CreateObject(3258, 1315.750366, 1442.387573, 46.812981, 0.0000, 179.5180, 0.0000);
CreateObject(3258, 1313.041504, 1439.015869, 46.812977, 0.0000, 183.8151, 0.0000);
CreateObject(3530, 1315.591187, 1438.281128, 15.617029, 0.0000, 0.0000, 0.0000);
CreateObject(3636, 1293.541260, 1442.214111, 18.072147, 0.0000, 0.0000, 191.2500);
CreateObject(3502, 1309.193848, 1440.149780, 21.125751, 0.0000, 0.0000, 270.0000);
CreateObject(3675, 1313.168823, 1439.062134, 53.683670, 0.0000, 0.0000, 270.0000);
CreateObject(3804, 1314.274170, 1431.316772, 34.798420, 0.0000, 0.0000, 0.0000);
CreateObject(3804, 1315.159912, 1446.028198, 34.600445, 0.0000, 0.0000, 0.0000);
CreateObject(3525, 1311.129517, 1438.602661, 15.814280, 0.0000, 174.3613, 0.0000);
CreateObject(3525, 1316.207886, 1442.189697, 15.776863, 0.0000, 165.7668, 0.0000);
CreateObject(3525, 1315.827271, 1435.418213, 15.708523, 0.0000, 179.5180, 0.0000);
CreateObject(1383, 1313.411499, 1452.494507, 42.350616, 0.0000, 0.0000, 0.0000);
CreateObject(1691, 1315.344727, 1438.489624, 21.073833, 0.0000, 175.2207, 0.0000);
CreateObject(3865, 1314.465332, 1446.091187, 54.255161, 0.0000, 0.0000, 10.4679);
CreateObject(1683, 1386.880005, 1371.784302, 15.722939, 0.0000, 0.0000, 90.0000);
CreateObject(3258, 1384.512207, 1380.543335, 13.336699, 0.0000, 91.1002, 271.4781);
CreateObject(3258, 1392.613403, 1380.452881, 13.195261, 0.0000, 268.8998, 87.6625);
CreateObject(3258, 1388.329712, 1377.334839, 14.158907, 0.0000, 79.0681, 270.0000);
CreateObject(3258, 1388.378906, 1379.616577, 13.758913, 0.0000, 91.9597, 254.1347);
CreateObject(3258, 1388.046021, 1379.140625, 12.989273, 0.0000, 90.2408, 286.4840);



Re: [MAP]Rockets - Chpp - 02.02.2009

Heh, it looks kind of funny nice anyway


Re: [MAP]Rockets - Synkro93 - 02.02.2009

Quote:
Originally Posted by Chpp
Heh, it looks kind of funny nice anyway
Same, but lol.. the one on the second picture..


Re: [MAP]Rockets - ICECOLDKILLAK8 - 02.02.2009

Nice but, Make it take off


Re: [MAP]Rockets - graffyk - 02.02.2009

Nici map

Quote:
Originally Posted by JeNkStAX
Nice but, Make it take off
Wow that would be extremely cool xD


Re: [MAP]Rockets - Nimphious - 02.02.2009

This is awesome


Re: [MAP]Rockets - TrueCoppa - 02.02.2009

Quote:
Originally Posted by graffyk
Nici map

Quote:
Originally Posted by JeNkStAX
Nice but, Make it take off
Wow that would be extremely cool xD
If it was one object you could do that xD


Re: [MAP]Rockets - Dinero - 02.02.2009

Cool Map :P


Re: [MAP]Rockets - AlExAlExAlEx - 03.02.2009

Quote:
Originally Posted by Tamato
Quote:
Originally Posted by graffyk
Nici map

Quote:
Originally Posted by JeNkStAX
Nice but, Make it take off
Wow that would be extremely cool xD
If it was one object you could do that xD
not really i saw JeNkStAX's rocket 112 objects flying toghether to sky high.


Re: [MAP]Rockets - SuperS0nic - 03.02.2009

You can make like:

moveobject on every object and make them move to a location much much higher up but its hard to make something like that.


Re: [MAP]Rockets - extra - 03.02.2009

it's too hard to do all objects to move


Re: [MAP]Rockets - pspleo - 03.02.2009

Quote:
Originally Posted by [DSK
heatON★ ]
it's too hard to do all objects to move
You can do it the simple way. Instead of taking each object to a specified coordinate, just get the coordinates and raise 50 Z +.
pawn Код:
obj = CreateObject(..);
GetObjectPos(obj, x, y, z);
z = z+50;
MoveObject(obj, x, y, z);
That will save you ALOT of work.


Re: [MAP]Rockets - ICECOLDKILLAK8 - 03.02.2009

Does anyone know what objects are which?, i want just the rocket thats pointing up and not the rocket on the runway


Re: [MAP]Rockets - darkrider366 - 03.02.2009

can i suggest something for ur map??
Make 5 more maps with the same objects just moving along the runway then taking off.
use westies object grouper then use a moveobject type of thing so it looks like a real rocket taking off!!


Re: [MAP]Rockets - VenZen - 03.02.2009

awesom work man


Re: [MAP]Rockets - ICECOLDKILLAK8 - 04.02.2009

Quote:
Originally Posted by darkrider366
can i suggest something for ur map??
Make 5 more maps with the same objects just moving along the runway then taking off.
use westies object grouper then use a moveobject type of thing so it looks like a real rocket taking off!!
Or just do it yourself, Its not hard


Re: [MAP]Rockets - MenaceX^ - 04.02.2009

Hahaha, cool :P
Why not making it move? =p


Re: [MAP]Rockets - My_Waffles_Bitch_L0L - 04.02.2009

u rulz man :P


Re: [MAP]Rockets - extra - 06.02.2009

Thanks all
I did it taking over
Take a look here Rocket Taking Over


Re: [MAP]Rockets - eXchainZ-FoReVeR - 06.02.2009

O.o, you can make it Take off by a command. /Takeoff. Make it MoveObject.