mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement and match CPlayerPed::GetCurrentAim()
This commit is contained in:
parent
3fc4174268
commit
c8bd72c1a0
@ -109,6 +109,13 @@ BYTE CPlayerPed::GetSpecialKey()
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
CAMERA_AIM * CPlayerPed::GetCurrentAim()
|
||||
{
|
||||
return GameGetInternalAim();
|
||||
}
|
||||
|
||||
void CPlayerPed::GiveWeapon(int iWeaponID, int iAmmo)
|
||||
{
|
||||
if(!m_pPed) return;
|
||||
|
@ -21,6 +21,8 @@ public:
|
||||
|
||||
BYTE GetSpecialKey();
|
||||
|
||||
CAMERA_AIM * GetCurrentAim();
|
||||
|
||||
WORD GetAmmo();
|
||||
|
||||
void GiveWeapon(int iWeaponID, int iAmmo);
|
||||
|
Loading…
Reference in New Issue
Block a user