-
Notifications
You must be signed in to change notification settings - Fork 3
does not work properly #1
Description
i was wondering if i made anything wrong.
for example:
FireGameEvent("console_command", {pid=0, command="dota_camera_pitch_max 25"})
FireGameEvent("console_command", {pid=0, command="dota_camera_lock_lerp 0"})
FireGameEvent("console_command", {pid=0, command="dota_camera_lock"})
--FireGameEvent("console_command", {pid=0, command="dota_camera_pitch_max 10"});
FireGameEvent("console_command", {pid=0, command="r_farz 6000"});
FireGameEvent("console_command", {pid=0, command="unbindall"});
FireGameEvent("console_command", {pid=0, command="alias "+move_left" "LeftWalking""});
FireGameEvent("console_command", {pid=0, command="alias "-move_left" "LeftWalkingDone""});
FireGameEvent("console_command", {pid=0, command="alias "+move_right" "RightWalking""});
FireGameEvent("console_command", {pid=0, command="alias "-move_right" "RightWalkingDone""});
FireGameEvent("console_command", {pid=0, command="bind leftarrow +move_left"});
FireGameEvent("console_command", {pid=0, command="bind rightarrow +move_right"});
FireGameEvent("console_command", {pid=0, command="alias \"+move_up\" \"UpWalking\""});
FireGameEvent("console_command", {pid=0, command="alias \"-move_up\" \"UpWalkingDone\""});
FireGameEvent("console_command", {pid=0, command="alias \"+move_down\" \"DownWalking\""});
FireGameEvent("console_command", {pid=0, command="alias \"-move_down\" \"DownWalkingDone\""});
FireGameEvent("console_command", {pid=0, command="bind uparrow +move_up"});
FireGameEvent("console_command", {pid=0, command="bind downarrow +move_down"});
FireGameEvent("console_command", {pid=0, command="alias \"+gasoline\" \"GasolineAcc\""});
FireGameEvent("console_command", {pid=0, command="alias \"-gasoline\" \"GasolineAccDone\""});
FireGameEvent("console_command", {pid=0, command="bind space +gasoline"});
but the hotkey does not change and the camera does not work as I wish
thank u!