View Single Post
Author Message
ronmelkhior
Member
Join Date: Aug 2013
Old 09-07-2013 , 13:22   How do I execute a command on all players?
Reply With Quote #1

I want to execute a voice command on all players, but when I do this:

Code:
FakeClientCommand(_:TFTeam_Red, "voicemenu 1 4");
FakeClientCommand(_:TFTeam_Blue, "voicemenu 1 4");
It only does it to one player of each team. How can I fix that?
ronmelkhior is offline