Hi,
I'm actually creating a script, but I have two problems, the first problem is when I press the key an error appear on my developer console IG : Unknown command: headtrack_reset_home_pos
And the second problem is :
FCVAR_SERVER_CAN_EXECUTE prevented server running command: +voicerecord
FCVAR_SERVER_CAN_EXECUTE prevented server running command: -voicerecord
Actually, my code server side is:
hastebin
Can someone help me ? Thank you
What you're trying to do what you want to code?
Its for the Murdergamemode or?
+voicerecord are client commands when u should use this:
RunConsoleCommand("+voicerecord")
RunConsoleCommand("-voicerecord")
they needed to call by the player ure calling them from the server I guess
I'm trying to do a vocal only for the murderers on MurderGamemode beceause they are two in m'y modification , thank you for you answer
You probably can use this GMOD Hook for realizing it:
PlayerCanHearPlayersVoice
there u can make a check if pl:IsMurder and so on..
Sorry, you need to Log In to post a reply to this thread.