MantisBT - Zandronum | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001787 | Zandronum | [All Projects] Bug | public | 2014-04-22 21:40 | 2024-03-11 08:10 |
Reporter | Klofkac | ||||
Assigned To | Kaminsky | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 1.2 | ||||
Target Version | 3.1 | Fixed in Version | 3.1 | ||
Summary | 0001787: Sector_SetColor not working in clientside scripting | ||||
Description | Not sure if this is bug or intended behaviour, but I am trying to create a "drugged" effect by doing sector_setcolor clientsidely on a player who activated certain trigger. It works offline as intended, but when connecting online it does nothing. I have ensured the script runs by printing a message. Other graphical functions like ChangeFloor, ChangeCeiling, LightFade or SetLineTexture work. | ||||
Steps To Reproduce | Use the script below in a random map, then create a server, join a game and puke it. You will see the sectors will not change their colours. It will work offline, though. | ||||
Additional Information | #include "zcommon.acs" script 1 (void) net clientside { int r,g,b; switch(random(1,6)) { case 1: r = 255;g = 0;b = 0; break; case 2: r = 0;g = 255;b = 0; break; case 3: r = 0;g = 255;b = 255; break; case 4: r = 255;g = 0;b = 255; break; case 5: r = 255;g = 255;b = 0; break; case 6: r = 127;g = 0;b = 255; break; } Sector_SetColor(0,r,g,b); delay(random(105,175)); restart; } | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() /tracker/file_download.php?file_id=1243&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-04-22 21:40 | Klofkac | New Issue | |||
2014-06-15 16:19 | Watermelon | Note Added: 0009446 | |||
2014-06-15 16:19 | Watermelon | Status | new => feedback | ||
2014-06-15 17:53 | Klofkac | Note Added: 0009472 | |||
2014-06-15 17:53 | Klofkac | Status | feedback => new | ||
2014-06-15 22:08 | Watermelon | Note Added: 0009489 | |||
2014-06-15 22:08 | Watermelon | Status | new => needs review | ||
2014-06-21 14:13 | Torr Samaho | Note Added: 0009615 | |||
2014-06-21 14:14 | Torr Samaho | Note Edited: 0009615 | bug_revision_view_page.php?bugnote_id=9615#r5092 | ||
2014-06-21 14:14 | Torr Samaho | Note Revision Dropped: 9615: 0005091 | |||
2014-06-21 14:14 | Torr Samaho | Assigned To | => Torr Samaho | ||
2014-06-21 14:14 | Torr Samaho | Status | needs review => assigned | ||
2014-06-21 14:14 | Torr Samaho | Status | assigned => feedback | ||
2014-07-05 10:20 | Torr Samaho | Note Added: 0009844 | |||
2014-07-05 20:05 | Torr Samaho | Product Version | 2.0-beta => 1.2 | ||
2014-07-06 02:51 | Catastrophe | Note Added: 0009869 | |||
2014-07-06 07:53 | Torr Samaho | Note Added: 0009875 | |||
2014-07-06 17:43 | Dusk | File Added: sector_setcolor_clientside.zip | |||
2014-07-06 17:44 | Dusk | Note Added: 0009881 | |||
2014-07-06 17:44 | Dusk | Status | feedback => assigned | ||
2014-07-06 17:48 | Dusk | Note Edited: 0009881 | bug_revision_view_page.php?bugnote_id=9881#r5283 | ||
2014-07-07 06:09 | Torr Samaho | Note Added: 0009883 | |||
2014-07-07 06:10 | Torr Samaho | Note Edited: 0009883 | bug_revision_view_page.php?bugnote_id=9883#r5287 | ||
2014-07-07 06:10 | Torr Samaho | Note Revision Dropped: 9883: 0005286 | |||
2014-07-07 07:02 | Catastrophe | Note Added: 0009884 | |||
2014-07-07 09:33 | Dusk | Note Added: 0009886 | |||
2014-07-07 17:02 | Torr Samaho | Note Added: 0009887 | |||
2021-07-26 12:45 | Kaminsky | Note Added: 0021639 | |||
2021-07-26 12:45 | Kaminsky | Assigned To | Torr Samaho => Kaminsky | ||
2021-07-26 12:45 | Kaminsky | Status | assigned => needs testing | ||
2021-07-26 12:47 | Kaminsky | Target Version | => 3.1 | ||
2024-03-11 08:10 | unknownna | Note Added: 0023351 | |||
2024-03-11 08:10 | unknownna | Status | needs testing => resolved | ||
2024-03-11 08:10 | unknownna | Resolution | open => fixed | ||
2024-03-11 08:10 | unknownna | Fixed in Version | => 3.1 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|