MantisBT - Zandronum
View Issue Details
0002751Zandronum[All Projects] Suggestionpublic2016-06-10 00:432024-04-09 03:26
AlexMax 
 
normalfeatureN/A
resolvedfixed 
3.1 
3.13.1 
0002751: Targeted clientside scripts
Using ACS_Execute on a clientside script sends a message to all players. To my knowledge, there is no way to "target" a clientside script so it only runs on one client, aside from sending it to all clients and comparing PlayerNumber() to ConsolePlayerNumber(), which results in unnecessary network traffic to all non-affected players.
This use case is actually supported by ZDaemon, see this:

'http://www.zdaemon.org/?CMD=info&NAME=acs_remoteexecution [^]'
No tags attached.
has duplicate 0002805closed  Add a way to execute a clientside script for a single client 
Issue History
2016-06-10 00:43AlexMaxNew Issue
2016-10-15 15:43Ru5tK1ngRelationship addedhas duplicate 0002805
2020-12-27 21:03Torr SamahoNote Added: 0021582
2020-12-27 21:03Torr SamahoStatusnew => needs testing
2024-04-09 03:26Ru5tK1ngNote Added: 0023571
2024-04-09 03:26Ru5tK1ngStatusneeds testing => resolved
2024-04-09 03:26Ru5tK1ngResolutionopen => fixed
2024-04-09 03:26Ru5tK1ngProduct Version => 3.1
2024-04-09 03:26Ru5tK1ngFixed in Version => 3.1
2024-04-09 03:26Ru5tK1ngTarget Version => 3.1

Notes
(0021582)
Torr Samaho   
2020-12-27 21:03   
I added Kaminski's patch for this.
(0023571)
Ru5tK1ng   
2024-04-09 03:26   
This added ExecuteClientScript and NamedExecuteClientScript.