LATEST VERSION
FiveM voting is a script that can help you to conduct any kind of voting on your server.
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | Fivem Server |
Support | Yes |
LATEST VERSION
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | Fivem Server |
Support | Yes |
I could be wrong, but Iām pretty sure this QBCore category is meant for support, not advertising scripts. I believe scripts go in the modding releases section
Thanks for the suggestion
He is in right category
He has since moved it
Config = {}
Config.ZDiff = 2.0
Config.BlipSprite = 546
Config.EnableBlips = true
-- coordinates of voting machine zones
Config.votingLocations = {
{ ['x'] = -51.58681, ['y'] = -819.5868, ['z'] = 44.02344 },
{ ['x'] = 243.4813, ['y'] = -1090.694, ['z'] = 29.27991 }
}
-- \ Voting Section
local VoteZones = { -- coordinates of voting machine zones
vector4(-541.79, -182.39, 39.3, 122.28),
vector4(-542.57, -181.09, 39.3, 120.55),
vector4(-543.31, -179.76, 39.3, 121.49),
vector4(-534.13, -174.45, 39.3, 302.04),
vector4(-533.32, -175.85, 39.3, 302.71),
vector4(-532.57, -177.22, 39.3, 303.42),
}
--coordinates of menu to start, stop and count votes
local VoteMenuZone = vector4(-538.31, -177.81, 38.0, 31.69)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.