SHAREN
Servers-Info.Ru
- Сообщения
- 232
- Реакции
- 32
В ксго хочу установить игрокам свой счет
получаю такую ошибку
[SM] Native "SetEntProp" reported: Property "m_iScore" not found (entity 2/player)
P.S. так тоже не получается
SetEntProp(GetPlayerResourceEntity(), Prop_Data, "m_iScore", iScore, _, i);
C-подобный:
for (int i = 1; i < MAXPLAYERS; i++)
if (IsClientConnected(i) && IsClientInGame(i) && !IsFakeClient(i))
SetEntProp(i, Prop_Data, "m_iScore", iScore);
[SM] Native "SetEntProp" reported: Property "m_iScore" not found (entity 2/player)
P.S. так тоже не получается
SetEntProp(GetPlayerResourceEntity(), Prop_Data, "m_iScore", iScore, _, i);