fixes q to avoid arrest for admins spectating - Damen

This commit is contained in:
Stev 2019-03-01 22:15:14 +00:00
parent a304a00ede
commit 81c52f3b3f

View File

@ -503,7 +503,7 @@ stock AwardNearestLEO( playerid, reason )
new closestLEO = GetClosestPlayerEx( playerid, CLASS_POLICE, radius );
if ( IsPlayerConnected( closestLEO ) )
if ( IsPlayerConnected( closestLEO ) && !p_Spectating{ closestLEO } )
{
new reasonText[ 24 ];