Quote:
|
Originally Posted by haimmaik
i managed to do that nightvision thing (thanks for helping >_<)
anyway when i want to turn it off i do
Code:
client_cmd(id,nightvision)
cs_set_user_nvg(id,0)
but in the game it doesnt shut the nightvision... lock it on...
i cant even shut it down with the N button... (i guess cuz set_user_nvg is 0)... but why didnt the client_cmd work?? :S
|
the command needs to be a string...
Code:
client_cmd(id, "nightvision")
__________________