User Details
User Details
- User Since
- Sep 20 2016, 11:40 PM (424 w, 3 d)
Jul 19 2017
Jul 19 2017
commy2_ added a comment to T86008: malfunction in vehicle respawn module.
Can confirm. It's a race condition between the scripted eventhandler that executes the expression line and the module script deleting the wreck. The scripted eventhandler is spawned and therefore executed at least one frame too late.
Jul 14 2017
Jul 14 2017
commy2_ added a comment to T123355: Eventhandlers are compiled before every execution.
Can confirm that this is broken. This is not the proper way to pass arguments to a function!
May 10 2017
May 10 2017
commy2_ added a comment to T79827: Add script commands "addPrimaryWeaponMagazine" and "addSecondaryWeaponMagazine".
Still broken in 1.71 dev.
Feb 16 2017
Feb 16 2017
commy2_ added a comment to T123355: Eventhandlers are compiled before every execution.
Jan 16 2017
Jan 16 2017
commy2_ added a comment to T121950: When an ammunition is loaded in a weapon, the weight of the ammo is doubled. .
This is true for every weapon. The mass of all loaded magazines is counted twice.
Dec 2 2016
Dec 2 2016
commy2_ added a comment to T121717: onPlayerKilled not invoked in 1.66 anymore.
// fn_selectRespawnTemplate.sqf
, - if (_isDeath && alive player) then {
,+ if (_isDeath && {alive player} && {!unitIsUAV cameraOn}) then {
Sep 20 2016
Sep 20 2016