mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Removed message
This commit is contained in:
parent
6a82b223f6
commit
11aef957b6
@ -160,7 +160,7 @@ function AIRBASEPOLICE_BASE:_AirbaseMonitor()
|
|||||||
local VelocityVec3 = Client:GetVelocity()
|
local VelocityVec3 = Client:GetVelocity()
|
||||||
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
||||||
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
||||||
MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
-- MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
||||||
local IsAboveRunway = Client:IsAboveRunway()
|
local IsAboveRunway = Client:IsAboveRunway()
|
||||||
local IsOnGround = Client:InAir() == false
|
local IsOnGround = Client:InAir() == false
|
||||||
self:T( IsAboveRunway, IsOnGround )
|
self:T( IsAboveRunway, IsOnGround )
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160708_1719' )
|
env.info( 'Moose Generation Timestamp: 20160708_1720' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -22094,7 +22094,7 @@ function AIRBASEPOLICE_BASE:_AirbaseMonitor()
|
|||||||
local VelocityVec3 = Client:GetVelocity()
|
local VelocityVec3 = Client:GetVelocity()
|
||||||
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
||||||
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
||||||
MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
-- MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
||||||
local IsAboveRunway = Client:IsAboveRunway()
|
local IsAboveRunway = Client:IsAboveRunway()
|
||||||
local IsOnGround = Client:InAir() == false
|
local IsOnGround = Client:InAir() == false
|
||||||
self:T( IsAboveRunway, IsOnGround )
|
self:T( IsAboveRunway, IsOnGround )
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160708_1719' )
|
env.info( 'Moose Generation Timestamp: 20160708_1720' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -22094,7 +22094,7 @@ function AIRBASEPOLICE_BASE:_AirbaseMonitor()
|
|||||||
local VelocityVec3 = Client:GetVelocity()
|
local VelocityVec3 = Client:GetVelocity()
|
||||||
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
||||||
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
||||||
MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
-- MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
||||||
local IsAboveRunway = Client:IsAboveRunway()
|
local IsAboveRunway = Client:IsAboveRunway()
|
||||||
local IsOnGround = Client:InAir() == false
|
local IsOnGround = Client:InAir() == false
|
||||||
self:T( IsAboveRunway, IsOnGround )
|
self:T( IsAboveRunway, IsOnGround )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user