75.0: Example of seek bar in the script - GameGuardian
Watch on YouTube:
75.0: Example of seek bar in the script - GameGuardian
local n = gg.prompt({'First number: [-130; 150]', 'Second number: [-250; 300]'}, {6, 7}, {'number', 'number'})
if n == nil then os.exit() end
gg.alert(n[1]..' * '..n[2]..' = '..(n[1]*n[2]))
7
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now