Config File
Structure of the config file, all you need for resource to work properly.
Global Config
Config = {
AmbulanceJob = "ambulance",
AutoDeleteOrder = true -- automatically delete the order after it has been accepted
}
Translation
Translation = {
AmbulanceNotification = "A new emergency call has arrived. To view it press the F10 button."
}
Dangerous Areas
DangAreas = {
{ ['x'] = 347.024170, ['y'] = -1921.872558, ['z'] = 24.696656}
}
DangAreas.Radius = 50
Last updated