Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T75513
Change Details
Change Details
Old
New
Diff
The script to make parachute bounce endlessly: [] spawn { para = createVehicle ["b_parachute_02_f", position player, [], 0, "FLY"]; while {true} do { waitUntil {istouchingground para}; sleep 1; para setPos (para modeltoworld [0, 0, 10]) } }
The script to make parachute bounce endlessly: [] spawn { para = createVehicle ["b_parachute_02_f", position player, [], 0, "FLY"]; while {true} do { waitUntil {istouchingground para}; sleep 1; para setPos (para modeltoworld [0, 0, 10]) } }
Continue