Event Documentation

This commit is contained in:
FlightControl
2017-02-07 20:20:58 +01:00
parent 4b1f0014ab
commit fa8fcfec89
28 changed files with 1000 additions and 66 deletions

View File

@@ -183,6 +183,7 @@ function AIRBASEPOLICE_BASE:_AirbaseMonitor()
else
MESSAGE:New( "Player " .. Client:GetPlayerName() .. " has been removed from the airbase, due to a speeding violation ...", 10, "Airbase Police" ):ToAll()
Client:Destroy()
trigger.action.setUserFlag( "AIRCRAFT_"..Client:GetID(), 100)
Client:SetState( self, "Speeding", false )
Client:SetState( self, "Warnings", 0 )
end