mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 12:34:08 +00:00
sync with upstream
This commit is contained in:
commit
a361fc0ff5
33 changed files with 2027 additions and 937 deletions
|
@ -93,7 +93,7 @@ int32 CGarages::QueryCarsCollected(int16 garage)
|
|||
void CGarages::GivePlayerDetonator()
|
||||
{
|
||||
FindPlayerPed()->GiveWeapon(WEAPONTYPE_DETONATOR, 1);
|
||||
FindPlayerPed()->m_weapons[FindPlayerPed()->GetWeaponSlot(WEAPONTYPE_DETONATOR)].m_eWeaponState = WEAPONSTATE_READY;
|
||||
FindPlayerPed()->GetWeapon(FindPlayerPed()->GetWeaponSlot(WEAPONTYPE_DETONATOR)).m_eWeaponState = WEAPONSTATE_READY;
|
||||
}
|
||||
|
||||
WRAPPER bool CGarages::HasThisCarBeenCollected(int16 garage, uint8 id) { EAXJMP(0x426D50); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue