Ejiy / jl-laptop

Laptop script for fivem, that has boosting, darkweb, and bennys shop apps
https://justlazzy.gitbook.io/home/free-resources/jl-laptop
GNU Lesser General Public License v2.1
106 stars 65 forks source link

ps-buffs (Optional) #18

Closed xViperAG closed 2 years ago

FjamZoo commented 2 years ago

Did u just increase and decrease the time?

Because if so it would be easier to do it like this

local hackTime = Config.useBuffs and exports['ps-buffs']:HasBuff("hacking") and 20 or 30 -- the number before or would be time with hacking buff, and the time time after or would be default time

xViperAG commented 2 years ago

I was unsure on how to do the buffs at first so I went with how I saw it previously written with a few snippets I had seen. But essentially I made it so that yeah you can have a touch more time but I also wanted to leave it to developer interpretation on what they wanted.