Arma 3
Kamikaze Script DEMO
Εμφάνιση 1-4 από 4 καταχωρίσεις
Ενημέρωση: 14 Ιουλ 2018 στις 3:45

Script update.
- Fixed some issues induced by... i don't know exactly what, but is fixed now
- added 3 more parameters for kamikaze group spawning
- if you want a vehicle to work as kamikaze just drop a line like this in the init field of the driver nul = [this,50,true,true] execvm "Scripts\kam.sqf";

See ini_kamikaze.sqf for details.

Direct download link not updated yet, i will let you know as soon as it happens.

Ενημέρωση: 19 Οκτ 2017 στις 4:07

Now you can spawn a desired number of kamikaze on a given marker:

null = [MARKER_name,kamikaze_number] execvm "Scripts\kam-group.sqf";

>> Example
null = ["spawn_me",10] execvm "Scripts\kam-group.sqf";

Ενημέρωση: 4 Αυγ 2017 στις 4:20

Ενημέρωση: 4 Αυγ 2017 στις 3:42