mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-25 13:11:10 +03:00
Update CstrikeNatives.cpp
This commit is contained in:
parent
f95f2032fc
commit
e4b635f5be
@ -534,7 +534,10 @@ static cell AMX_NATIVE_CALL cs_set_user_team(AMX *amx, cell *params)
|
|||||||
set_pdata<int>(pPlayer, m_iModelName, model);
|
set_pdata<int>(pPlayer, m_iModelName, model);
|
||||||
}
|
}
|
||||||
|
|
||||||
Players[index].ResetModel(pPlayer);
|
if (model >= 0)
|
||||||
|
{
|
||||||
|
Players[index].ResetModel(pPlayer);
|
||||||
|
}
|
||||||
|
|
||||||
bool sendTeamInfo = true;
|
bool sendTeamInfo = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user