mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 22:32:49 +00:00
CWeapon done, ps2 cheats fix
This commit is contained in:
parent
6473778c47
commit
daed13485e
22 changed files with 2331 additions and 60 deletions
|
@ -490,3 +490,10 @@ IsPoliceVehicleModel(int16 id)
|
|||
id == MI_POLICE ||
|
||||
id == MI_ENFORCER;
|
||||
}
|
||||
|
||||
inline bool
|
||||
IsExplosiveThingModel(int16 id)
|
||||
{
|
||||
return id == MI_EXPLODINGBARREL ||
|
||||
id == MI_PETROLPUMP;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue