mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Implement/match CPlayerPed::GetLoadedShopName()
This commit is contained in:
@ -1006,3 +1006,13 @@ VEHICLE_TYPE* CPlayerPed::GetGtaContactVehicle()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
PCHAR CPlayerPed::GetLoadedShopName()
|
||||
{
|
||||
if(!m_pPed) return NULL;
|
||||
if(!GamePool_Ped_GetAt(m_dwGTAId)) return NULL;
|
||||
|
||||
return (PCHAR)0xA9A7D8;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
|
@ -97,6 +97,7 @@ public:
|
||||
float GetAimZ();
|
||||
void SetAimZ(float fAimZ);
|
||||
|
||||
PCHAR GetLoadedShopName();
|
||||
//char _gap0[813];
|
||||
//char _gap0[741];
|
||||
int field_48;
|
||||
|
Reference in New Issue
Block a user