Spawns a non persistence vehicle in the closest open spot &Added example

This commit is contained in:
Zupa 2015-09-01 23:29:46 +02:00
parent eeb6ad0903
commit f63eda8e87

View File

@ -1,5 +1,8 @@
/*
Spawn a non-saved vehicle in Exile
_exampleVeh = ['Exile_Chopper_Hummingbird_Green',_pos] call DMS_SpawnNonPersistentVehicle;
Created by Zupa
*/