mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
fixed bug at21142
This commit is contained in:
parent
31b71760e4
commit
4165548661
@ -1059,6 +1059,8 @@ public cmdReport(id)
|
||||
new iWeapon, iClip, iAmmo, iHealth, iArmor
|
||||
|
||||
iWeapon = get_user_weapon(id, iClip, iAmmo)
|
||||
|
||||
if (iWeapon != 0)
|
||||
xmod_get_wpnname(iWeapon, t_sWpn, MAX_WEAPON_LENGTH)
|
||||
|
||||
iHealth = get_user_health(id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user