MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002117 | Zandronum | [All Projects] Bug | public | 2015-03-06 01:09 | 2018-09-30 23:40 |
|
Reporter | StrikerMan780 | |
Assigned To | Edward-san | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 2.0-beta | |
Target Version | 1.4 | Fixed in Version | 1.4 | |
|
Summary | 0002117: ACS Function "KickFromGame" doesn't kick offline. |
Description | Since ConsoleCommand is being phased out, I need a new method to force players to spectate in my mod if they select a player class that is blocked by the server admin. I figured KickFromGame would do this, but it appears that it doesn't work in Deathmatch, which isn't good. |
Steps To Reproduce | This ACS Script should work:
#include "zcommon.acs"
script 1 ENTER
{
KickFromGame(PlayerNumber(), "You should be kicked!");
}
But, in Deathmatch, it doesn't work at all. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-06 01:09 | StrikerMan780 | New Issue | |
2015-03-06 01:47 | Dusk | Note Added: 0011773 | |
2015-03-06 01:47 | Dusk | Assigned To | => Dusk |
2015-03-06 01:47 | Dusk | Status | new => feedback |
2015-03-06 01:47 | Dusk | Assigned To | Dusk => |
2015-03-06 01:48 | Dusk | Note Edited: 0011773 | bug_revision_view_page.php?bugnote_id=11773#r6719 |
2015-03-06 02:00 | StrikerMan780 | Note Added: 0011774 | |
2015-03-06 02:00 | StrikerMan780 | Status | feedback => new |
2015-03-06 11:56 | Edward-san | Assigned To | => Edward-san |
2015-03-06 11:56 | Edward-san | Status | new => assigned |
2015-03-06 12:08 | Edward-san | Note Added: 0011775 | |
2015-03-06 12:08 | Edward-san | Summary | ACS Function "KickFromGame" doesn't kick in Deathmatch mode. => ACS Function "KickFromGame" doesn't kick offline. |
2015-03-06 12:10 | Edward-san | Status | assigned => needs review |
2015-03-07 00:02 | DevilHunter | Note Added: 0011778 | |
2015-03-08 19:28 | cobalt | Status | needs review => needs testing |
2015-03-08 19:28 | cobalt | Target Version | => 1.4 |
2015-03-08 19:28 | cobalt | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6731#r6731 |
2015-03-08 19:28 | cobalt | Note Added: 0011787 | |
2015-03-14 01:14 | StrikerMan780 | Note Added: 0011822 | |
2015-03-14 12:39 | Dusk | Status | needs testing => resolved |
2015-03-14 12:39 | Dusk | Fixed in Version | => 1.4 |
2015-03-14 12:39 | Dusk | Resolution | open => fixed |
2018-09-30 23:40 | Blzut3 | Status | resolved => closed |
Notes |
|
(0011773)
|
Dusk
|
2015-03-06 01:47
(edited on: 2015-03-06 01:48) |
|
The script you posted works fine for me in Deathmatch.
Though it seems it doesn't work offline (it doesn't do anything as a non-server). I don't know why that is.
|
|
|
|
That might explain it. It would be nice if it worked offline in case one is playing against bots. |
|
|
|
Edited the ticket title and made a fix. |
|
|
|
|
|
(0011787)
|
cobalt
|
2015-03-08 19:28
|
|
|
|
|
|