SA-MP Forums Archive
My cars fall into the water with a streamer - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My cars fall into the water with a streamer (/showthread.php?tid=73488)



My cars fall into the water with a streamer - aspire5630 - 15.04.2009

Hi i have a track on the sea, and i have used a streamer for my maps
but when i teleport their, the map doesent load quik enough so everything falls into the water
Please how can i stop this?


Re: My cars fall into the water with a streamer - ICECOLDKILLAK8 - 15.04.2009

Add 5 to thier z co ord


Re: My cars fall into the water with a streamer - aspire5630 - 15.04.2009

Quote:
Originally Posted by JeNkStAX
Add 5 to thier z co ord
AddStaticVehicle(562,3379.6340,-1494.8328,2.0018,57.4107,35,1);

where would i add the 5?


Re: My cars fall into the water with a streamer - SpiderPork - 15.04.2009

pawn Код:
AddStaticVehicle(562, 3379.6340, -1494.8328, 7.0018, 57.4107, 35, 1);



Re: My cars fall into the water with a streamer - aspire5630 - 15.04.2009

Код:
AddStaticVehicle(562,3379.6340,-1494.8328,2.0018,57.4107,35,1); // 1
AddStaticVehicle(562,3370.7815,-1492.0602,1.9741,88.9522,17,1); // 2
AddStaticVehicle(562,3364.6980,-1492.0327,1.9860,89.3433,11,1); // 3
AddStaticVehicle(562,3357.3989,-1491.6185,2.0456,90.3070,116,1); // 4
AddStaticVehicle(562,3350.5405,-1492.2672,1.9946,99.3026,113,1); // 5
AddStaticVehicle(562,3342.8823,-1494.8625,2.0152,129.8225,101,1); // 6
AddStaticVehicle(477,3399.9165,-1496.5735,1.9680,358.4221,94,1); // 7
AddStaticVehicle(477,3402.4834,-1496.5120,1.9650,359.0949,101,1); // 8
AddStaticVehicle(415,3405.8306,-1496.7069,1.9808,1.3527,25,1); // 9
AddStaticVehicle(415,3408.2039,-1496.8983,1.9916,359.6244,36,1); // 10
AddStaticVehicle(521,3410.6201,-1495.6136,1.7618,15.8671,75,13); // 11
AddStaticVehicle(411,3405.7334,-1480.6422,2.1297,0.2995,64,1); // 12
AddStaticVehicle(402,3410.6323,-1476.7183,2.2397,267.9048,13,13); // 13
AddStaticVehicle(451,3414.4944,-1480.7186,2.1256,180.0602,125,125); // 14
i need theese doing :S


Re: My cars fall into the water with a streamer - T RP [Tomorrows-RP.co.uk] - 15.04.2009

AddStaticVehicle(562,3379.6340,-1494.8328,2.0018,57.4107,35,1); // 1
AddStaticVehicle(562,3370.7815,-1492.0602,6.9741,88.9522,17,1); // 2
AddStaticVehicle(562,3364.6980,-1492.0327,6.9860,89.3433,11,1); // 3
AddStaticVehicle(562,3357.3989,-1491.6185,7.0456,90.3070,116,1); // 4
AddStaticVehicle(562,3350.5405,-1492.2672,6.9946,99.3026,113,1); // 5
AddStaticVehicle(562,3342.8823,-1494.8625,7.0152,129.8225,101,1); // 6
AddStaticVehicle(477,3399.9165,-1496.5735,6.9680,358.4221,94,1); // 7
AddStaticVehicle(477,3402.4834,-1496.5120,6.9650,359.0949,101,1); // 8
AddStaticVehicle(415,3405.8306,-1496.7069,6.9808,1.3527,25,1); // 9
AddStaticVehicle(415,3408.2039,-1496.8983,6.9916,359.6244,36,1); // 10
AddStaticVehicle(521,3410.6201,-1495.6136,6.7618,15.8671,75,13); // 11
AddStaticVehicle(411,3405.7334,-1480.6422,7.1297,0.2995,64,1); // 12
AddStaticVehicle(402,3410.6323,-1476.7183,7.2397,267.9048,13,13); // 13
AddStaticVehicle(451,3414.4944,-1480.7186,7.1256,180.0602,125,125); // 14

There you go, should be fine now,


Re: My cars fall into the water with a streamer - aspire5630 - 15.04.2009

Quote:
Originally Posted by Damien [T-RP
]
AddStaticVehicle(562,3379.6340,-1494.8328,2.0018,57.4107,35,1); // 1
AddStaticVehicle(562,3370.7815,-1492.0602,6.9741,88.9522,17,1); // 2
AddStaticVehicle(562,3364.6980,-1492.0327,6.9860,89.3433,11,1); // 3
AddStaticVehicle(562,3357.3989,-1491.6185,7.0456,90.3070,116,1); // 4
AddStaticVehicle(562,3350.5405,-1492.2672,6.9946,99.3026,113,1); // 5
AddStaticVehicle(562,3342.8823,-1494.8625,7.0152,129.8225,101,1); // 6
AddStaticVehicle(477,3399.9165,-1496.5735,6.9680,358.4221,94,1); // 7
AddStaticVehicle(477,3402.4834,-1496.5120,6.9650,359.0949,101,1); // 8
AddStaticVehicle(415,3405.8306,-1496.7069,6.9808,1.3527,25,1); // 9
AddStaticVehicle(415,3408.2039,-1496.8983,6.9916,359.6244,36,1); // 10
AddStaticVehicle(521,3410.6201,-1495.6136,6.7618,15.8671,75,13); // 11

That dosent work, they still fall into the water when i teleport their
the map dosent load quik enough
AddStaticVehicle(411,3405.7334,-1480.6422,7.1297,0.2995,64,1); // 12
AddStaticVehicle(402,3410.6323,-1476.7183,7.2397,267.9048,13,13); // 13
AddStaticVehicle(451,3414.4944,-1480.7186,7.1256,180.0602,125,125); // 14

There you go, should be fine now,
Didt work they still fall into the water, the map dosent load quik enough


Re: My cars fall into the water with a streamer - Coolman12 - 15.04.2009

add another 5 on the z angle then


Re: My cars fall into the water with a streamer - OmeRinG - 15.04.2009

instead of calculating just if you have this for example:
8.54678
add + 5
after it so it calculates automatiicly


Re: My cars fall into the water with a streamer - aspire5630 - 16.04.2009

Noop still not worked, mabe i can put a timer on when my cars load?
Please help jjmarchman@live.co.uk