MantisBT - Zandronum
View Issue Details
0003551Zandronum[All Projects] Bugpublic2018-10-10 02:462024-03-11 11:56
Kernodon 
Kaminsky 
lowminoralways
resolvedfixed 
3.0 
3.1 
0003551: A_RadiusGive able to give items to spectators
Doing A_RadiusGive from either a weapon or an actor can give the item to spectators when the RGF_Players flag is used.
No tags attached.
? RadiusGiveDebug.pk3 (363) 2018-10-10 13:22
/tracker/file_download.php?file_id=2433&type=bug
Issue History
2018-10-10 02:46KernodonNew Issue
2018-10-10 07:29FusedNote Added: 0020068
2018-10-10 12:42IvanNote Added: 0020069
2018-10-10 13:22KernodonFile Added: RadiusGiveDebug.pk3
2018-10-10 13:24KernodonNote Added: 0020070
2018-10-10 13:25KernodonNote Edited: 0020070bug_revision_view_page.php?bugnote_id=20070#r12228
2021-08-08 14:17KaminskyNote Added: 0021698
2021-08-08 14:17KaminskyAssigned To => Kaminsky
2021-08-08 14:17KaminskyStatusnew => needs testing
2024-03-11 11:56unknownnaNote Added: 0023360
2024-03-11 11:56unknownnaStatusneeds testing => resolved
2024-03-11 11:56unknownnaFixed in Version => 3.1
2024-03-11 11:56unknownnaResolutionopen => fixed

Notes
(0020068)
Fused   
2018-10-10 07:29   
I don't know how to feel about fixing this. You can probably fix this by using PlayerIsSpectator() anyway.
(0020069)
Ivan   
2018-10-10 12:42   
Can spectators even use items? I mean from what I know there's no way for spectators to even interact with them so might as well disable it.
(0020070)
Kernodon   
2018-10-10 13:24   
(edited on: 2018-10-10 13:25)
Spectators can use items, yes.
Items behave differently online and offline when it comes to spawning things when the spectator uses them:
- Online: Spawns said thing on a random player spawn.
- Offline: Spawns said thing below your spectator.

(0021698)
Kaminsky   
2021-08-08 14:17   
This is now fixed in 3.1, so spectators won't receive items given by A_RadiusGive.
(0023360)
unknownna   
2024-03-11 11:56   
It's fixed indeed. Thank you.