Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9028

Find Vehicles Around Player

$
0
0
This commands:
Code:
position = [4550, 6200];
scanrad = 3000;
helicrashes = nearestObjects [position, ["UH1Wreck_DZ"], scanrad];
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

Viewing all articles
Browse latest Browse all 9028

Trending Articles