Point_clientcommand Problems Created 17 years ago2006-07-23 16:55:07 UTC by Exos Exos

Created 17 years ago2006-07-23 16:55:07 UTC by Exos Exos

Posted 17 years ago2006-07-23 16:55:07 UTC Post #191395
I can make my point_clientcommand turn "sv_cheats 1" on, but I can't make it bind anything! Say I wanted to bind "x" to "impulse 101" on the "point_clientcommand" This is what I did. I made a "point_clientcommand" then I made a trigger_once and in the outputs I did "OnStartTouch" "Clientcommandsname" "Command" "bind x "impulse 101". Didn't work. Why does "sv_cheats 1" work but not "bind"!?!?
Posted 17 years ago2006-07-23 20:11:16 UTC Post #191404
It's beacuse you must have a delay between sv_cheats and impulse... Sv_cheats must be activated before impulse 101 can be activated.. so make a 0.10 sec delay on the bind key and i think it will solve it ^^.
Posted 17 years ago2006-07-23 20:12:35 UTC Post #191405
Forcing binds on players in general is a bad idea - If someone was using X for flashlight or communication commands and it suddenly turns into impulse they'll have to fix their key mapping instead.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 17 years ago2006-07-23 20:16:29 UTC Post #191406
Listen to him.. ^
|
I am to tired right now.. I might even walk in the sleep... I'l better grab a coke. :quizzical:
Posted 17 years ago2006-07-24 02:34:03 UTC Post #191411
You need to write it as bind x "impulse 101", you typed it as "bind x "impulse 101".
Posted 17 years ago2006-07-25 07:08:00 UTC Post #191603
No I didn't I just used quotes in the post because it was the name of the commands. But now it crashes hammer when I try to open my map. I don't think you can bind something in a "point_clientcommand"
Posted 17 years ago2006-07-25 10:09:35 UTC Post #191616
Try and edit out the point_clientcommand from the vmf using notepad.

EDIT: i tried to it out and it appears binds don't work, aldo i havent tested "bind x command" instead of bind x "command"
Posted 17 years ago2006-07-25 18:13:51 UTC Post #191667
Be careful with clients...They can cause VMF's to stop working...Annoyingly you gotta remove all mention of the word in notepad.
Habboi HabboiSticky White Love Glue
You must be logged in to post a response.