Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Either Turn off Apartments or get them to show up in the first place #2

Open
FireInTheBowl opened this issue Oct 4, 2023 · 2 comments

Comments

@FireInTheBowl
Copy link

FireInTheBowl commented Oct 4, 2023

would recommend editing instructions to be more clear that the pos line of the apartment config is whats needed, as well as instructions on how to adjust the position accordingly to move the blips to their proper locations, rotate the map, etc

@FireInTheBowl
Copy link
Author

another problem is when i DO get the apartments to show up now that i have, the map blips are waaaaay off. is there a way to rotate the map?

also, i re-wrote your qb-apartments config to not be so cluttered, for most peoples sake, if you could update yours with mine (minus the qb-target if people dont want that)
Apartments = {}
Apartments.Starting = true
Apartments.SpawnOffset = 30

target = true Apartments.UseTarget = true

Apartments.Locations = {
["apartment1"] = {
name = "apartment1",
label = "South Rockford Drive",
coords = {
enter = vector4(-667.02, -1105.24, 14.63, 242.32),
},
pos = {top = 57, left = 32},
polyzoneBoxData = {
heading = 245,
minZ = 13.5,
maxZ = 16.0,
debug = false,
length = 1,
width = 3,
distance = 2.0,
created = false
},
price = 600,
},
["apartment2"] = {
name = "apartment2",
label = "Morningwood Blvd",
coords = {
enter = vector4(-1288.52, -430.51, 35.15, 124.81),
},
pos = {top = 67, left = 36},
polyzoneBoxData = {
heading = 124,
minZ = 34.0,
maxZ = 37.0,
debug = false,
length = 1,
width = 3,
distance = 2.0,
created = false
},
price = 600,
},
["apartment3"] = {
name = "apartment3",
label = "Integrity Way",
coords = {
enter = vector4(269.73, -640.75, 42.02, 249.07),
},
pos = {top = 48, left = 33.5},
polyzoneBoxData = {
heading = 250,
minZ = 40,
maxZ = 43.5,
debug = false,
length = 1,
width = 1,
distance = 2.0,
created = false
},
price = 600,
},
["apartment4"] = {
name = "apartment4",
label = "Tinsel Towers",
coords = {
enter = vector4(-619.29, 37.69, 43.59, 181.03),
},
pos = {top = 58, left = 39},
polyzoneBoxData = {
heading = 180,
minZ = 41.0,
maxZ = 45.5,
debug = false,
length = 1,
width = 2,
distance = 2.0,
created = false
},
price = 600,
},
["apartment5"] = {
name = "apartment5",
label = "Fantastic Plaza",
coords = {
enter = vector4(291.517, -1078.674, 29.405, 270.75),
},
pos = {top = 48, left = 31},
polyzoneBoxData = {
heading = 270,
minZ = 28.5,
maxZ = 31.0,
debug = false,
length = 1,
width = 2,
distance = 2.0,
created = false
},
price = 600,
},
}

@richiepleaserich
Copy link

Thanks for cleaning this up! i was going to but its late for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants