Ham_TakeDamage Error
Hi i need help with error. Plugin can normal compile but dont work Item on this function.
Please help :P Here are errors: L 04/17/2013 - 19:41:34: [AMXX] Run time error 4: index out of bounds L 04/17/2013 - 19:41:34: [AMXX] [0] KnifeShoppp.sma::takeDamage_pre (line 219) Code: PHP Code:
PHP Code:
PHP Code:
|
Re: Ham_TakeDamage Error
Add
PHP Code:
|
Re: Ham_TakeDamage Error
This way?
PHP Code:
|
Re: Ham_TakeDamage Error
no,
public takeDamage_pre(victimID, inflictor, attackerID, Float:flDmg, dmgBits) { if(!is_user_connected(attackerID) || victimID == attackerID) return HAM_IGNORED; if(g_bActived_SuperKnife[attackerID]) { ........ |
Re: Ham_TakeDamage Error
Thanks for all :) Now dont show any errors.
|
| All times are GMT -4. The time now is 10:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.