15.08.2013, 11:31
I have problem with parachute pickup, i create parachute pickup like this on the picture - when you pass over it you get parachute and its respawn every second.
i tried same thing but on another position, the problem is when i pass over it, it doesn't give me a parachute
Picture of the respawner parachute every second:
my codes for the working parachute:
my codes for not working parachute (on other position):
i want to create one exactly like this but it doesnt work - when i pass over it, its not give me a parachute like the other one
Please help me!!!!!!!!!!
i tried same thing but on another position, the problem is when i pass over it, it doesn't give me a parachute
Picture of the respawner parachute every second:
my codes for the working parachute:
Код:
CreatePickup(371, 23, 1544.2,-1353.4,329.4, -1); //LS towertop CreateDynamicPickup(371, 23, 1544.2,-1353.4,329.4); //LS towertop
Код:
CreatePickup(371, 23, 2689.2361,-2286.3601,1191.9688, -1); //blackmarket parachute pickup CreateDynamicPickup(371, 23, 2689.2361,-2286.3601,1191.9688); //blackmarket parachute pickup
Please help me!!!!!!!!!!