Yelay12 Posted March 31, 2024 Posted March 31, 2024 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 ]]
APEXggV2 Posted March 31, 2024 Posted March 31, 2024 gg.searchNumber(x.."~"..y,gg.TYPE_DOUBLE, ...(the rest)
Yelay12 Posted March 31, 2024 Author Posted March 31, 2024 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
Archived
This topic is now archived and is closed to further replies.