Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T83678
Change Details
Change Details
Old
New
Diff
1. Go to Editor 2. Run Code: [] spawn { _alarm = createSoundSource ["Sound_Alarm", position player, [], 0]; sleep 5; deleteVehicle _alarm; hint str _alarm; // returns NOID <no shape> };
1. Go to Editor 2. Run Code: [] spawn { _alarm = createSoundSource ["Sound_Alarm", position player, [], 0]; sleep 5; deleteVehicle _alarm; hint str _alarm; // returns NOID <no shape> };
Continue