User Details
User Details
- User Since
- Jul 22 2015, 3:58 PM (499 w, 4 d)
May 10 2016
May 10 2016
Terror edited Steps To Reproduce on T84004: clearBackpackCargoGlobal does not update the capacity bar.
Terror added a comment to T83678: createSoundSource cannot be deleted.
Bug fixed in patch 1.52. Thank you!
Terror added a comment to T83678: createSoundSource cannot be deleted.
Works fine, just remove the line with the comment...
- spawn { _alarm = createSoundSource ["Sound_Alarm", position player, [], 0]; sleep 5; deleteVehicle _alarm;
};
Or you could use example 2 from https://community.bistudio.com/wiki/createSoundSource wich is basically the same
Terror edited Steps To Reproduce on T83678: createSoundSource cannot be deleted.