16.04.2012, 16:58
(
Последний раз редактировалось notepad; 17.04.2012 в 05:57.
)
I've a problem which I don't know how to solve.
I'm using GetPlayerWeaponState to avoid M4 reload animation, but the problem is it doesn't get called if the player is not moving.
For example, if I move forward or I release KEY_FIRE it will get called, otherwhise it will not.
If an animation is applied and quickly cleared, reloading animation will be bypassed in the following way.
Any ideas on how to do this in an efficient way? Thank you.
I'm using GetPlayerWeaponState to avoid M4 reload animation, but the problem is it doesn't get called if the player is not moving.
For example, if I move forward or I release KEY_FIRE it will get called, otherwhise it will not.
Код:
if(GetPlayerWeapon(playerid) == 31 && GetPlayerWeaponState(playerid) == WEAPONSTATE_LAST_BULLET) { GivePlayerWeapon(playerid, 31, 49); }
Quote:
Originally Posted by Infinite "loop"
Bypass
Reload Bypass Reload |