Skip to content

Commit 1aee3c7

Browse files
Add player zoom constants (#190)
* Add player zoom constants * small fix func_converyor -> func_converyor * fix naming Co-authored-by: Sergey Shorokhov <wopox1337@ya.ru>
1 parent 1aaddea commit 1aee3c7

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

reapi/extra/amxmodx/scripting/include/cssdk_const.inc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
#define SF_WALL_TOOGLE_NOTSOLID 0x0008
292292

293293
/**
294-
* func_converyor
294+
* func_conveyor
295295
*/
296296
#define SF_CONVEYOR_VISUAL 0x0001
297297
#define SF_CONVEYOR_NOTSOLID 0x0002
@@ -1338,3 +1338,13 @@ enum InfoMapBuyParam
13381338
#define BRIGHT_GUN_FLASH 512
13391339
#define NORMAL_GUN_FLASH 256
13401340
#define DIM_GUN_FLASH 128
1341+
1342+
/**
1343+
* Player zoom constants
1344+
* For m_iFOV
1345+
*/
1346+
#define DEFAULT_LARGE_AWP_ZOOM 10
1347+
#define DEFAULT_LARGE_OTHER_SNIPERS_ZOOM 15
1348+
#define DEFAULT_SMALL_SNIPERS_ZOOM 40
1349+
#define DEFAULT_AUG_SG552_ZOOM 55
1350+
#define DEFAULT_NO_ZOOM 90

0 commit comments

Comments
 (0)