Skip to content

Commit

Permalink
Add player zoom constants (#190)
Browse files Browse the repository at this point in the history
* Add player zoom constants

* small fix

func_converyor -> func_converyor

* fix naming

Co-authored-by: Sergey Shorokhov <wopox1337@ya.ru>
  • Loading branch information
Nord1cWarr1or and wopox1337 committed Sep 2, 2021
1 parent 1aaddea commit 1aee3c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion reapi/extra/amxmodx/scripting/include/cssdk_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
#define SF_WALL_TOOGLE_NOTSOLID 0x0008

/**
* func_converyor
* func_conveyor
*/
#define SF_CONVEYOR_VISUAL 0x0001
#define SF_CONVEYOR_NOTSOLID 0x0002
Expand Down Expand Up @@ -1338,3 +1338,13 @@ enum InfoMapBuyParam
#define BRIGHT_GUN_FLASH 512
#define NORMAL_GUN_FLASH 256
#define DIM_GUN_FLASH 128

/**
* Player zoom constants
* For m_iFOV
*/
#define DEFAULT_LARGE_AWP_ZOOM 10
#define DEFAULT_LARGE_OTHER_SNIPERS_ZOOM 15
#define DEFAULT_SMALL_SNIPERS_ZOOM 40
#define DEFAULT_AUG_SG552_ZOOM 55
#define DEFAULT_NO_ZOOM 90

0 comments on commit 1aee3c7

Please sign in to comment.