- 0
Changed !
-
Similar Content
-
- 1 answer
- 782 views
-
- 1 answer
- 1,019 views
-
- 1 reply
- 699 views
-
- 0 replies
- 1,018 views
-
- 1 answer
- 988 views
-
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.
Question
LuffyMC5
If We Want To Search Numbers On GG
We Use this gg.searchNumber() in script
If we want to refine number on gg we use This [ gg.refineNumber() ] in script
If we want to freeze value in gg we use this
[ for i, v in ipairs(t) do
if v.flags == gg.TYPE_FLOAT then
v.value = "0"
v.freeze = true ]
In script
I want to know how can i use [Changed] option in script
Edited by LuffyMC5
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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