This commands:
Will find all the crashed helicopters (["UH1Wreck_DZ"]), 3000 meters around the position (4550, 6200), and store the list of finds in "helicrashes".
1) POSITION TO AROUND PLAYER:
I'm seeking a way to do this search arround player position, so instead of "[4550, 6200]" i need "[ x player position, y player position]".
2) ALL VEHICLES:
Also, i'm seeking a...
Find Vehicles Around Player
Code:
position = [4550, 6200]; scanrad = 3000; helicrashes = nearestObjects [position, ["UH1Wreck_DZ"], scanrad];
1) POSITION TO AROUND PLAYER:
I'm seeking a way to do this search arround player position, so instead of "[4550, 6200]" i need "[ x player position, y player position]".
2) ALL VEHICLES:
Also, i'm seeking a...
Find Vehicles Around Player