mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 06:20:22 +00:00
[saco] Implement/match CPlayerPed::IsCellphoneEnabled()
This commit is contained in:
parent
4039572cbc
commit
25f2999e3f
@ -1310,6 +1310,13 @@ void CPlayerPed::ToggleCellphone(int iOn)
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
int CPlayerPed::IsCellphoneEnabled()
|
||||
{
|
||||
return m_iCellPhoneEnabled;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
void CPlayerPed::ProcessVehicleHorn()
|
||||
{
|
||||
if(!m_pPed) return;
|
||||
|
@ -115,6 +115,7 @@ public:
|
||||
|
||||
void DestroyFollowPedTask();
|
||||
void ToggleCellphone(int iOn);
|
||||
int IsCellphoneEnabled();
|
||||
|
||||
BOOL IsJumping();
|
||||
BOOL IsFighting();
|
||||
|
Loading…
Reference in New Issue
Block a user