MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000532 | Soldat Dedicated Server | Scripting Core | public | 2014-02-19 16:26 | 2014-08-16 14:05 |
Reporter | kicikici | ||||
Assigned To | ExHunter | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x64 | OS | Windows | OS Version | 7 SP1 |
Product Version | 2.7.7b1 | ||||
Target Version | Fixed in Version | ||||
John | |||||
Summary | 0000532: SC3 - Variable Game.VotePercent is always set up on 0 | ||||
Description | Use this simple script, and then check value by /vote% cmd procedure OnSpeak(pl: TActivePlayer; tex: string); begin if tex='!votepercent' then Game.VotePercent:=70; end; var i: byte; begin for i:=1 to 32 do begin Players[1].OnSpeak := @OnSpeak; end; end. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-02-19 16:26 | kicikici | New Issue | |||
2014-02-19 18:03 | ExHunter | Assigned To | => ExHunter | ||
2014-02-19 18:03 | ExHunter | Status | new => assigned | ||
2014-08-16 14:05 | ExHunter | Note Added: 0002264 | |||
2014-08-16 14:05 | ExHunter | Status | assigned => resolved | ||
2014-08-16 14:05 | ExHunter | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|