7pElllHuK
Участник
- Сообщения
- 1,654
- Реакции
- 639
[SM] Exception reported: Property "m_iItemDefinitionIndex" not found (entity 41/weapon_glock)Попробуй так:
code:public Action CS_OnCSWeaponDrop(int iClient, int iIndex){ g_iCountDropWeapon[iClient]++; int iDefinitionIndex = GetEntProp(iIndex, Prop_Send, "m_iItemDefinitionIndex"); CSWeaponID cs_WeaponId = CS_ItemDefIndexToID(iDefinitionIndex); if(cs_WeaponId != CSWeapon_NONE){ int iMoney = CS_GetWeaponPrice(iClient, cs_WeaponId); g_iWeaponDropValue[iClient] += iMoney; } return Plugin_Continue; }
34 css