23.06.2015, 22:30
(
Последний раз редактировалось Raphinity; 24.06.2015 в 11:21.
)
I have noticed a bug which can be easily fixed :
[debug] Accessing element at negative index -22
=> For [weaponid-22], you should ensure 22 <= weaponid <= 38.
Then, in GetPlayerWeaponProfile and ResetPlayerWeaponProfile :
I think if(22 < weaponid < 39) should be if(22 <= weaponid <= 38).
[debug] Accessing element at negative index -22
=> For [weaponid-22], you should ensure 22 <= weaponid <= 38.
Then, in GetPlayerWeaponProfile and ResetPlayerWeaponProfile :
I think if(22 < weaponid < 39) should be if(22 <= weaponid <= 38).