Advanced Leaf Blowing
View other Satisfaction Series products on Tebex!
Introducing a very satisfying new job to add to your server. This job allows your legal civilians and even criminals to take a break and try something simple! Add infinite amount of locations to blow leaves throughout the city, and add this to your collection of legal scripts!
Many more super satisfying scripts to come, if you have ideas, leave them in the comments.
Works with ESX, QBCore or any framework - You can add your own checks into the code
Click here to purchase!
or use this link: https://zoov.tebex.io/package/6142674
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 250 |
Requirements | Standalone |
Support | Partial Support via Forums |
Below is an example of the configurations.
JobLocationConfig = {
[1] = { -- job id
center = vector3(412.305298, -1016.196411, 28.334707),
radius = 8.0, -- max is 10.0
createdProps = {},
amount = 100, -- this heavily impacts loading time for the job.
prop = { `prop_cs_leaf`, `p_cs_leaf_s` }
},
}
JobConfig = {
MaxLeavesLeftUntilComplete = 3, -- how many leaves can be left until auto complete
RandomJob = true,
Control = 29,
TimeoutGameTimer = 500000, -- 8 mins
isNetworked = false
}
JobConfig.Blip = {
sprite = 1,
color = 5,
name = 'Leaf Blowing',
scale = 0.8
}