no wanted level is obtained when entering a gang vehicle (cop maverick) - stev
This commit is contained in:
parent
2dada2721c
commit
dc699f5523
@ -5034,7 +5034,7 @@ public OnPlayerDriveVehicle( playerid, vehicleid )
|
|||||||
SetPlayerArmedWeapon( playerid, 0 );
|
SetPlayerArmedWeapon( playerid, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( IsPlayerInPoliceCar( playerid ) && p_Class[ playerid ] != CLASS_POLICE && p_LastDrovenPoliceVeh[ playerid ] != vehicleid && GetPVarInt( playerid, "entercopcar_ts" ) < time && !g_buyableVehicle{ vehicleid } ) {
|
if ( IsPlayerInPoliceCar( playerid ) && p_Class[ playerid ] != CLASS_POLICE && p_LastDrovenPoliceVeh[ playerid ] != vehicleid && GetPVarInt( playerid, "entercopcar_ts" ) < time && !g_buyableVehicle{ vehicleid } && ! g_gangVehicle{ vehicleid } ) {
|
||||||
if ( ! IsWeaponInAnySlot( playerid, 26 ) && ! IsWeaponInAnySlot( playerid, 27 ) ) GivePlayerWeapon( playerid, 25, 25 ); // free shotgun
|
if ( ! IsWeaponInAnySlot( playerid, 26 ) && ! IsWeaponInAnySlot( playerid, 27 ) ) GivePlayerWeapon( playerid, 25, 25 ); // free shotgun
|
||||||
SetPVarInt( playerid, "entercopcar_ts", time + 30 );
|
SetPVarInt( playerid, "entercopcar_ts", time + 30 );
|
||||||
GivePlayerWantedLevel( playerid, 2 );
|
GivePlayerWantedLevel( playerid, 2 );
|
||||||
|
Loading…
Reference in New Issue
Block a user