MantisBT - Zandronum
View Issue Details
0002684Zandronum[All Projects] Bugpublic2016-03-30 16:332016-10-14 15:20
Tiger 
 
noneminoralways
closedduplicate 
Desktop (x86_64)Windows6.3
2.0 
 
0002684: Sector_SetColor doesn't take effect with 'CLIENTSIDE' keyword
The ACS instruction 'Sector_SetColor(tag,r,g,b,des);' will not work when the script type 'CLIENTSIDE' is used.

For example:
SCRIPT 1 OPEN CLIENTSIDE
{
    Sector_SetColor (const:2, 0, 0, 150, 0);
}

This instruction will not take effect because of the 'CLIENTSIDE' keyword. If the script type 'CLIENTSIDE' was to be removed, then the instruction will work as expected.

Test file is attached in this report
I am not exactly sure if this is the intended behavior or an actual bug.
No tags attached.
duplicate of 0001944feedback  Sector_SetFade() & Sector_SetColor() clientsided 
7z Water_Colour.7z (2,983) 2016-03-30 16:33
https://zandronum.com/tracker/file_download.php?file_id=1765&type=bug
Issue History
2016-03-30 16:33TigerNew Issue
2016-03-30 16:33TigerFile Added: Water_Colour.7z
2016-10-14 09:01unknownnaRelationship addedduplicate of 0001944
2016-10-14 15:20unknownnaStatusnew => confirmed
2016-10-14 15:20unknownnaStatusconfirmed => closed
2016-10-14 15:20unknownnaResolutionopen => duplicate

There are no notes attached to this issue.