We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaddea commit 1aee3c7Copy full SHA for 1aee3c7
1 file changed
reapi/extra/amxmodx/scripting/include/cssdk_const.inc
@@ -291,7 +291,7 @@
291
#define SF_WALL_TOOGLE_NOTSOLID 0x0008
292
293
/**
294
-* func_converyor
+* func_conveyor
295
*/
296
#define SF_CONVEYOR_VISUAL 0x0001
297
#define SF_CONVEYOR_NOTSOLID 0x0002
@@ -1338,3 +1338,13 @@ enum InfoMapBuyParam
1338
#define BRIGHT_GUN_FLASH 512
1339
#define NORMAL_GUN_FLASH 256
1340
#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