MantisBT - Zandronum
View Issue Details
0000143Zandronum[All Projects] Bugpublic2010-10-27 23:452013-02-06 19:56
Dusk 
 
normalmajorN/A
closedno change required 
x86Linux Debian5.0 'Lenny'
98c 
 
0000143: SetActivator doesn't set activator properly
Not much I can say about this bug... but SetActivator does not seem to set the activator properly. I had a script that looped through all player TIDs and executed scripts that used a variable array explained below and displayed a HudMessage.

The variable array was named VideoHeight and it contained the video height of all clients. Clients, when ENTERing, would activate a clientside script which would puke a NET script, giving the height as an argument and thus letting the server set the VideoHeight.

The values were seeming to occasionally reduce to zero and the HudMessage was also displayed to spectators. Occurrs in aow2_omega_r1420.pk3. Works fine offline.
No tags attached.
Issue History
2010-10-27 23:45DuskNew Issue
2010-11-01 13:35Torr SamahoNote Added: 0000505
2010-11-01 13:35Torr SamahoStatusnew => feedback
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2013-02-06 19:55DuskNote Added: 0005948
2013-02-06 19:55DuskStatusfeedback => new
2013-02-06 19:55DuskStatusnew => closed
2013-02-06 19:55DuskAssigned To => Dusk
2013-02-06 19:55DuskResolutionopen => no change required
2013-02-06 19:56DuskAssigned ToDusk =>
2013-02-06 19:56DuskStatusclosed => feedback
2013-02-06 19:56DuskResolutionno change required => reopened
2013-02-06 19:56DuskStatusfeedback => closed
2013-02-06 19:56DuskResolutionreopened => no change required

Notes
(0000505)
Torr Samaho   
2010-11-01 13:35   
Please post a minimal example wad.
(0005948)
Dusk   
2013-02-06 19:55   
I'm certain I was using the function improperly back then those 2 years ago. It's working fine for me now.