was missing nearestObjects
This commit is contained in:
vbawol
2013-04-23 22:51:57 -05:00
parent 6b6b35e10b
commit e3ffa8edf8
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ if (_finished) then {
//_tmpbuilt = createVehicle [_classname, _location, [], 0, "CAN_COLLIDE"];
_soundSource = createSoundSource ["Generator1", position player, [], 0]
_soundSource = createSoundSource ["Generator1", position player, [], 0];
// TODO: Add running sounds to generator
cutText ["Generator has been started.", "PLAIN DOWN"];