-
Notifications
You must be signed in to change notification settings - Fork 89
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
[Puzzle/FiveM] Adjust time and amount #35
Comments
Not currently a feature, I'll look into adding it hopefully later this weekend :) |
You can change out the variables in puzzle-handler.js: let PuzzleTime = 7
let PuzzleAmount = 4 With global var variables defined when you start the puzzle at the bottom of script.js from the FiveM event. |
Awesome, thanks!
…On Wed, 6 Oct 2021 at 06:18, Jesper Hustad ***@***.***> wrote:
You can change out the variables in puzzle-handler.js:
let PuzzleTime = 7let PuzzleAmount = 4
With global var variables defined when you start the puzzle at the bottom
of script.js from the FiveM event.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGGTA7KH3GSJVWLBGDPB3DUFN2THANCNFSM5FKYJZLA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
How do we change the time in game. 7 seconds is way too fast. i changed it but it didnt work |
Look at answer above by me |
I did that where it says time but its not working in game for some reason. i changed the 7 too 20 |
i would put a picture in here if it would let me |
I'm currently spending some time in RedM but I really wanna integrate this ASAP once I've got time to sit down with this. Its not a feature in the LUA code but can be done by modifying the JS at this time. |
const timeRange = 30 |
I bought a script from a guy that uses the hacking but he wont help. |
how to adjust the puzzle time and puzzle amount in fivem??
this is my exports
The text was updated successfully, but these errors were encountered: