MantisBT - Zandronum | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001706 | Zandronum | [All Projects] Suggestion | public | 2014-02-13 16:50 | 2014-07-29 13:30 |
Reporter | ibm5155 | ||||
Assigned To | |||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | X64 | OS | 8.1 | OS Version | XP/Vista/7 |
Product Version | 2.0-beta | ||||
Target Version | Fixed in Version | ||||
Summary | 0001706: client side global variable | ||||
Description | With this, it would be able to have a certain global variable that would have the same values into serverside and clientside. So if the server change the data that was into a clientside global var, it would update the clientside global var too. And people who makes use of clientside scripts sometimes want to use serverside data to make print some texts(would save alot of data traffic) or even some effects, so it would make the scripts much more easy to be done (instead to update each clientside data with acs_execute(x,0,data1,data2,data2)) Mods that may would have use of it: -Who Dun It (storing who is the murder for print the blood bar, and for printing with a 'X' where the last humans are on screen) -Flappy Lost Soul(clientside messages and clientside player list) -other mods that uses clientside menus, alot of prints and specific player effects... | ||||
Steps To Reproduce | ex: on a multiplayer game. int data=1 clientside; script 1 open{ while(data<10000){ data=data*2 delay(35); } } script 2 open clientside{ while(true){ print(d:data); delay(1); } } print outup:"1" "2" "4" "8" "16" "32" "64" "128" "256" "512" "1024" "2048",... output without data being clientside:"1" "1" "1" "1" "1" "1" "1" | ||||
Additional Information | barraI hope people understood what did I wrote, if not I can rewrite it :) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-02-13 16:50 | ibm5155 | New Issue | |||
2014-04-09 19:43 | ibm5155 | Note Added: 0008528 | |||
2014-06-15 16:10 | Watermelon | Note Added: 0009442 | |||
2014-06-15 16:10 | Watermelon | Status | new => feedback | ||
2014-06-17 02:23 | ibm5155 | Note Added: 0009536 | |||
2014-06-17 02:23 | ibm5155 | Status | feedback => new | ||
2014-07-29 03:30 | Watermelon | Note Added: 0010069 | |||
2014-07-29 03:31 | Watermelon | Note Edited: 0010069 | bug_revision_view_page.php?bugnote_id=10069#r5420 | ||
2014-07-29 13:30 | ZzZombo | Note Added: 0010083 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|