Is there anyway to force a key bind when a player connects to the server? Or have a console command run on a key press?
Do you mean binding keys to F3/F4 or other keys?
The F# keys.
These are all called by hooks in the server
[URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index7bb7.html"]F1[/URL]
[URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexd25d.html"]F2[/URL]
[URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index8f24.html"]F3[/URL]
[URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexb26f.html"]F4[/URL]
When using these you should use usermessages. As it's controlled serverside, the variables returned are the player.
Awesome. Thanks.
Sorry, you need to Log In to post a reply to this thread.