Fixed typo
This commit is contained in:
2
ams.lua
2
ams.lua
@@ -3,7 +3,7 @@
|
|||||||
--by Greenlander
|
--by Greenlander
|
||||||
----------------------------
|
----------------------------
|
||||||
local debug = true -- visualize the line of sight which detects objects in game
|
local debug = true -- visualize the line of sight which detects objects in game
|
||||||
local blowTime = 5000 -- in milliseconds - Sets the time after which players vehicle gets blows if the timer is not reset within time
|
local blowTime = 5000 -- in milliseconds - Sets the time after which player vehicle gets blown if the timer is not reset within time
|
||||||
local resetTime = 100 -- in milliseconds - Sets the time interval to check if gravity is altered and objects are below vehivle
|
local resetTime = 100 -- in milliseconds - Sets the time interval to check if gravity is altered and objects are below vehivle
|
||||||
|
|
||||||
--Blow vehicle if no objects detected within "blowTime"
|
--Blow vehicle if no objects detected within "blowTime"
|
||||||
|
|||||||
Reference in New Issue
Block a user