CLEO Help Skip shooting animation cleo

CLEO related

lolopismamo

Member
Joined
Dec 18, 2021
Messages
5
Reaction score
1
Location
Te
Hello, how this people have don't shooting animation? You can watch the video for understand me... Can anyone share with me this cleo/asi?

 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,103
Solutions
5
Reaction score
882
Location
Lithuania
Animation time can be increased.
Also can be used:
C++:
// Converted from thiscall void CPed::RemoveWeaponAnims(int likeUnused,float blendDelta) 0x5F0250
void CPed::RemoveWeaponAnims(int likeUnused, float blendDelta)
{
((void (__thiscall *)(CPed*, int, float))0x5F0250)(this, likeUnused, blendDelta);
}

Weapon switching - related stuff.
PHP:
0x60D850 void CPlayerPed::ProcessWeaponSwitch(CPad *pad)

0x5F0250 void CPed::RemoveWeaponAnims(int nSlot, float fBllendDelta)

0x60DC3A void CPlayerPed::MakeChangesForNewWeapon(eWeaponType weaponType)
 
Last edited:

lolopismamo

Member
Joined
Dec 18, 2021
Messages
5
Reaction score
1
Location
Te
Animation time can be increased.
Also can be used:
C++:
// Converted from thiscall void CPed::RemoveWeaponAnims(int likeUnused,float blendDelta) 0x5F0250
void CPed::RemoveWeaponAnims(int likeUnused, float blendDelta)
{
((void (__thiscall *)(CPed*, int, float))0x5F0250)(this, likeUnused, blendDelta);
}

Weapon switching - related stuff.
PHP:
0x60D850 void CPlayerPed::ProcessWeaponSwitch(CPad *pad)

0x5F0250 void CPed::RemoveWeaponAnims(int nSlot, float fBllendDelta)

0x60DC3A void CPlayerPed::MakeChangesForNewWeapon(eWeaponType weaponType)

So how can I use this brother? Can you send me cleo file...
 
Top