25.07.2011, 10:46
And If you have "AddStaticVehicles" lines over "CreateObject" move them to the lowest part.
Meh, It's Weird, but this is all i can think of now. xD
Tip: Use /dl cmd to check the Heli's Z coord which is correctly placed and copy that to the bugged one.
pawn Код:
CreateObject();...
CreateObject();...
CreateObject();...
//And then:
AddStaticVehicle();...
AddStaticVehicle();...
AddStaticVehicle();...
Tip: Use /dl cmd to check the Heli's Z coord which is correctly placed and copy that to the bugged one.