mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 02:29:47 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user