MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000590 | Soldat Dedicated Server | Scripting Core | public | 2014-10-09 19:02 | 2014-10-10 13:06 |
Reporter | Mighty | ||||
Assigned To | ExHunter | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | Windows | OS Version | XP SP3 |
Product Version | 2.7.8b1 | ||||
Target Version | Fixed in Version | ||||
John | |||||
Summary | 0000590: OnTCPMessage's Result doesn't change server's behaviour. | ||||
Description | OnTCPMessage's Result doesn't stop the commands from execution regardless of it's value. | ||||
Steps To Reproduce | function TCPMessage(Ip: string; Port: Word; Text: string): boolean; begin WriteLn('TCPMessage('+Ip+','+inttostr(Port)+','+Text+')'); Result := TRUE; //Result := FALSE; end; begin Game.OnTCPMessage := @TCPMessage; end. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-10-09 19:02 | Mighty | New Issue | |||
2014-10-09 19:28 | ExHunter | Note Added: 0002337 | |||
2014-10-10 07:44 | Mighty | Note Added: 0002338 | |||
2014-10-10 13:06 | ExHunter | Note Added: 0002339 | |||
2014-10-10 13:06 | ExHunter | Note Deleted: 0002339 | |||
2014-10-10 13:06 | ExHunter | Note Added: 0002340 | |||
2014-10-10 13:06 | ExHunter | Status | new => resolved | ||
2014-10-10 13:06 | ExHunter | Resolution | open => fixed | ||
2014-10-10 13:06 | ExHunter | Assigned To | => ExHunter |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|