mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 11:20:38 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
60197c2d7e
19 changed files with 1191 additions and 96 deletions
|
@ -1914,7 +1914,10 @@ CVehicle::AddPassenger(CPed *passenger, uint8 n)
|
|||
void
|
||||
CVehicle::RemoveDriver(void)
|
||||
{
|
||||
SetStatus(STATUS_ABANDONED);
|
||||
#ifdef FIX_BUGS
|
||||
if (GetStatus() != STATUS_WRECKED)
|
||||
#endif
|
||||
SetStatus(STATUS_ABANDONED);
|
||||
if(pDriver == FindPlayerPed()){
|
||||
if(GetModelIndex() == MI_POLICE && CStreaming::HasModelLoaded(MI_SHOTGUN)){
|
||||
if(bFreebies){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue