[SIZE=5]Soldier Spawner[/SIZE]
Hello all I thought of this little thing.
Its a soldier spawner I have two types:
-OnMapClick that spawns a group
-Recruit Soldier system
Map Spawner
http://youtu.be/TnWaxCU2RZY
Recruit Soldier
http://www.youtube.com/watch?v=8LRxZDznORI&feature=youtu.be
Usage and Instructions
For
Soldier Spawner
init.sqf
execVM "soldierspawner\sp_init.sqf";
execVM "soldierspawner\sp_loop.sqf";
Download Soldier Spawner
For
Recruit Soldier System
Go into the editor and make a Laptop, Flag, Soldier with the init of
spawner = this addAction ["Recruit Soldier",{execVM "frec\recruit.sqf";}];
Download Soldier Recruit
Thanks all hope this is useful for some people, Sorry if there is something out there that I didn't know about!