-
Notifications
You must be signed in to change notification settings - Fork 0
/
defines.sqf
40 lines (32 loc) · 873 Bytes
/
defines.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#define __ARMA2__
//#define __DEBUG__
#define WeaponCategoryRifle 0
#define WeaponCategorySniper 1
#define WeaponCategoryMachineGun 2
#define WeaponCategoryGL 3
#define WeaponCategoryLauncher 4
#define WeaponCategoryBackpack 5
#define WeaponCategoryPistol 6
#define WeaponCategoryMiscWeapon 7
#define WeaponCategoryMiscItem 8
#define WeaponSlotPrimary 2
#define WeaponSlotSecondary 3
#define WeaponSlotTretiary 4
#define WeaponSlotMisc 5
#define MagazineSlotMain 0
#define MagazineSlotSidearm 1
#define ValueTrue 1
#define ValueFalse 0
#define SideEast 0
#define SideWest 1
#define SideRes 2
#define SideCiv 3
#define SideAlliance 4
#define SideFriendly 5
#define Status_Restart 1
#define Status_Started 10
#define ServiceCommand_Init 0
#define ServiceCommand_Tick 1
#define ServiceCommand_Shutdown 2
#define ServiceCommand_Restart 3
#define ServiceCommand_Start 4