Yelay12 Posted March 31 Posted March 31 local x = 1.0 local y = 700.0 gg.searchNumber(x~y, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0x5000000000, 0x8fffffffff, 0) --[[What is wrong in above script i want to search between x and y value but i had result is searching x plus y value. please help me what is wrong ]]
0 APEXggV2 Posted March 31 Posted March 31 (edited) gg.searchNumber(x.."~"..y,gg.TYPE_DOUBLE, ...(the rest) Edited March 31 by APEXggV2 typo
0 Yelay12 Posted March 31 Author Posted March 31 38 minutes ago, APEXggV2 said: gg.searchNumber(x.."~"..y,gg.TYPE_DOUBLE, ...(the rest) Thank you
Question
Yelay12
local x = 1.0
local y = 700.0
gg.searchNumber(x~y, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0x5000000000, 0x8fffffffff, 0)
--[[What is wrong in above script
i want to search between x and y value but i had result is searching x plus y value.
please help me what is wrong ]]
2 answers 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