Crewyyy Posted March 24, 2023 Posted March 24, 2023 Hi I need help. How I Can check That this offset is bigger than another 0x4A7C24 I need to check and if my offset bigger This offset I write offset in script
BadCase Posted March 24, 2023 Posted March 24, 2023 4 hours ago, Crewyyy said: Hi I need help. How I Can check That this offset is bigger than another 0x4A7C24 I need to check and if my offset bigger This offset I write offset in script function compareOffsets (compareTo, checkedOffset) if checkedOffset > compareTo then return true else return false end end local shouldAdd = compareOffsets (0x4A7C24, 0x4A7C28) print (shouldAdd) local shouldAdd = compareOffsets (0x4A7C24, 0x4A7C20) print (shouldAdd)
Question
Crewyyy
Hi I need help.
How I Can check That this offset is bigger than another 0x4A7C24
I need to check and if my offset bigger This offset I write offset in script
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.