Thread: Turn Back v1.2
View Single Post
JusTGo
Veteran Member
Join Date: Mar 2013
Old 02-17-2014 , 12:13   Re: Turn Back v1.0
Reply With Quote #5

Quote:
Originally Posted by ConnorMcLeod View Post
"walk" in not a cs command, if you want to keep it as a custom command, then you need to return PLUGIN_HANDLE to prevent cs from throwing "unknown command" in player console.

I think you are confused with command +speed, this command is not hookable on server.
Maybe you have an alias "walk" in userconfig.cfg and you forgot about it ;)

If you want to keep the custom command, then i suggest to rename it to something not common, as amx_backturn or something like that.
You are right i was confused wiht other games and walk animation in cs models and i cheked my userconfig it have : bind "SHIFT" "+speed"
so i change walk >> speed and put return PLUGIN_HANDLED.

OFF TOPIC:
is it possoble to detect if player was hitted from back or i just chek if the victim see the attacker and then chek the attacker angle .
__________________
JusTGo is offline