if(GetVehicleModel(GetNearestVehicleToPlayer(playerid)) != Enforcer_Vehicle_Model) return SendClientMessage(playerid, -1, "you are not close to enforcer"); //line 744
Hey there, where is the checking for distance to that vehicle? You are missing part of the puzzle here.