Skip to content

Commit

Permalink
Add carwash locations to config
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss committed Jun 18, 2023
1 parent e0f5ed5 commit 89a8de5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ Config.Teleports = {

Config.DefaultPrice = 20 -- Default price for the carwash
Config.DirtLevel = 0.1 -- Threshold for the dirt level to be counted as dirty
Config.CarWash = { -- carwash
Config.CarWash = {
-- South Los Santos Carson Avenue
[1] = {
["label"] = "Hands Free Carwash",
["poly"] = {
Expand All @@ -335,6 +336,7 @@ Config.CarWash = { -- carwash
heading = 359
}
},
-- South Los Santos Innocence Boulevard
[2] = {
["label"] = "Hands Free Carwash",
["poly"] = {
Expand All @@ -344,6 +346,7 @@ Config.CarWash = { -- carwash
heading = 0
}
},
-- Paleto Bay Boulevard
[3] = {
["label"] = "Hands Free Carwash",
["poly"] = {
Expand All @@ -353,6 +356,7 @@ Config.CarWash = { -- carwash
heading = 315
}
},
-- Sandy Shores
[4] = {
["label"] = "Hands Free Carwash",
["poly"] = {
Expand All @@ -362,6 +366,7 @@ Config.CarWash = { -- carwash
heading = 21
}
},
-- Little Seoul gas station
[5] = {
["label"] = "Hands Free Carwash",
["poly"] = {
Expand Down

0 comments on commit 89a8de5

Please sign in to comment.