- Ошибка
-
warning 201: redefinition of constant/macro
- Компилятор
- Локальный
- Amx Mod X
- 1.9.0
- Исходный код
-
{
CS_TEAM_UNASSIGNED = 0,
CS_TEAM_T,
CS_TEAM_CT,
CS_TEAM_SPECTATOR
};
enum CsInternalModel
{
CS_DONTCHANGE = 0,
CS_CT_URBAN,
CS_T_TERROR,
CS_T_LEET,
CS_T_ARCTIC,
CS_CT_GSG9,
CS_CT_GIGN,
CS_CT_SAS,
CS_T_GUERILLA,
CS_CT_VIP,
CZ_T_MILITIA,
CZ_CT_SPETSNAZ
};
enum CsArmorType
{
CS_ARMOR_NONE = 0,
CS_ARMOR_KEVLAR,
CS_ARMOR_VESTHELM
};
Hello, when i compile this sma i got errors
I use hidenseek mod by Exolent version 2.8 ant got this error, i think this problem makes segmention fault
full code:
Thanks.
I use hidenseek mod by Exolent version 2.8 ant got this error, i think this problem makes segmention fault
full code:
Thanks.
В этой теме было размещено решение! Перейти к решению.
Вложения
-
38.7 KB Просмотры: 192