T
Tolyan
L 03/24/2018 - 09:33:10: [SM] [0] GetEntPropVector
L 03/24/2018 - 09:38:14: [SM] Exception reported: Property "m_vecOrigin" not found (entity 66/cs_team_manager)
Что я делаю не так?
L 03/24/2018 - 09:38:14: [SM] Exception reported: Property "m_vecOrigin" not found (entity 66/cs_team_manager)
PHP:
for (int i = MaxClients; i <= 2048; i++)
{
if (IsValidEntity(i) || IsValidEdict(i))
{
float pos[3];
GetEntPropVector(i, Prop_Send, "m_vecOrigin", pos); - вот тут ругается...
Что я делаю не так?