Jump to content

75.0: Example of seek bar in the script - GameGuardian


Enyby
 Share


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]))

 


 Share


Recommended Comments

You should add seekbar example to gameguardian gg.prompt() documentation

Edit. I see you added it recently, nevermind.

Edited by mirkorossi95
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.