1 Followed
280 Follower
Adrian_chupi
Admin
Aug 13, 2023
3,070 Mesaj
7,977 Reaction
0 Solution
113
First Message
100 Messages
500 Message
1K Message
No reward!
Link hidden for visitors. To see,
Log in or register now.
Link hidden for visitors. To see,
Log in or register now.
|Preview|
|Information|
A skill check system that adds interactive challenges with customizable difficulty levels and control settings.
Settings:
- difficulty (string): Choose between ‘easy’, ‘medium’, ‘hard’, or define custom difficulties.
- rounds (number): The number of rounds the player must complete.
- speed (number): Speed of the skill check indicator.
- areaSize (number): Size of the success area in degrees.
- bounces (number): Number of indicator bounces during the check.
- buttons (table): List of keys that can be pressed during the skill check.
Trigger this export: exports['fx_skillcheck']:startSkillCheck() It can be used anywhere, in any script.
Example usage:
local success = exports['fx_skillcheck']:startSkillCheck('medium', {'E', 'Q', 'R', 'F'})
if success then
print('Skill check passed!')
else
print('Skill check failed.')
end
|Download (FREE)|
Get this resource on
Link hidden for visitors. To see,
Log in or register now.
or
Link hidden for visitors. To see,
Log in or register now.