MantisBT - Zandronum
View Issue Details
0002474Zandronum[All Projects] Bugpublic2015-10-02 08:172015-10-10 15:27
fr-blood 
 
normalminoralways
closedno change required 
MicrosoftWindowsXP/Vista/7
2.1 
 
0002474: Thing_Remove doesnt work with CLIENTSIDEONLY actors.
Hi guys, I've found a bug about Thing_Remove, if you use this function online on a CLIENTSIDEONLY actor nothing will happens when it works fine offline.
1. Launch the map01 offline and press the switch, you'll see that the fake zombie is removed.

2. Do the same thing on a server, and here nothing will happens.
No tags attached.
? test2.wad (2,081) 2015-10-02 08:17
/tracker/file_download.php?file_id=1661&type=bug
Issue History
2015-10-02 08:17fr-bloodNew Issue
2015-10-02 08:17fr-bloodFile Added: test2.wad
2015-10-02 14:56ZzZomboNote Added: 0013573
2015-10-02 15:33fr-bloodNote Added: 0013574
2015-10-03 01:09ZzZomboNote Added: 0013575
2015-10-10 15:26Torr SamahoNote Added: 0013649
2015-10-10 15:27Torr SamahoStatusnew => closed
2015-10-10 15:27Torr SamahoResolutionopen => no change required

Notes
(0013573)
ZzZombo   
2015-10-02 14:56   
Call it from a clientside script?
(0013574)
fr-blood   
2015-10-02 15:33   
I think not(I use the invasion progress script).
(0013575)
ZzZombo   
2015-10-03 01:09   
Then do it. The "bug" is by design.
(0013649)
Torr Samaho   
2015-10-10 15:26   
Since the server handles Thing_Remove calls from linedefs, it cannot remove CLIENTSIDEONLY actors. This is a limitation of the CLIENTSIDEONLY actor design.