diff --git a/plugins/include/cstrike_const.inc b/plugins/include/cstrike_const.inc index d13a2025..3b0f77fb 100644 --- a/plugins/include/cstrike_const.inc +++ b/plugins/include/cstrike_const.inc @@ -78,6 +78,7 @@ const CSW_ALL_GUNS = (CSW_ALL_PISTOLS | CSW_ALL_SHOTGUNS | CSW_ALL_SMGS */ enum CsInternalModel { + CS_NORESET = -1, CS_DONTCHANGE = 0, CS_UNASSIGNED = 0, CS_CT_URBAN = 1,