[Solved] Disable zoom on Awp
Hi,
Is there a way to disable zoom (x2 & x3) on awp please? If it's possible, how ? Thanks! :) EDIT : ha. I think that I can use "cs_set_user_zoom()" function with CS_SET_NO_ZOOM. I'm testing. |
Re: Disable zoom on Awp
Code:
#include <amxmodx> |
Re: Disable zoom on Awp
It works but you're still zoom even if you can't see zoom. (slow speed with FOV set to 40 / 10)
|
Re: Disable zoom on Awp
maybe set player speed!?
set_user_maxspeed(id, 210.0) That should do the trick ;) |
Re: Disable zoom on Awp
1 Attachment(s)
maybe this?:D
*Or you can make it in client_prethink()...and check if he have AWP set "No zoom" else return ! :wink: * Later EDIT: Oh teame06...:/ ,i think you'r right! :P |
Re: Disable zoom on Awp
Quote:
btw once they are set in CS_SET_NO_ZOOM they won't be able to change their zoom even if they change their weapon. Till you unset them |
Re: Disable zoom on Awp
What do you have against set_FOV? :(
Works fine for me :P |
Re: Disable zoom on Awp
Thanks Regalis, Alka, team06. ;)
|
| All times are GMT -4. The time now is 10:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.