Fix not returning a valid weaponID for cz75a (irc, r=KyleS)
This commit is contained in:
parent
01fc010719
commit
ab6971656b
@ -649,6 +649,10 @@ static cell_t CS_AliasToWeaponID(IPluginContext *pContext, const cell_t *params)
|
|||||||
{
|
{
|
||||||
return SMCSWeapon_HKP2000;
|
return SMCSWeapon_HKP2000;
|
||||||
}
|
}
|
||||||
|
else if(strstr(weapon, "cz75a") != NULL)
|
||||||
|
{
|
||||||
|
return SMCSWeapon_P250;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int id = GetFakeWeaponID(AliasToWeaponID(weapon));
|
int id = GetFakeWeaponID(AliasToWeaponID(weapon));
|
||||||
|
Loading…
Reference in New Issue
Block a user