#NaMrOo'D Posted July 19, 2017 Share Posted July 19, 2017 شباب ممكن حل ل سطر 2 بعطيني هاي لمشكله attempt to compare number with boolean local xple = getElementData(localPlayer,"xple") if xple >= 50 and xple < 150 then guiSetText(label15,"Current Rank : Level 1") guiSetText(label35,"Next Rank : Level 2") guiSetVisible(label45,"Points Required : 150") Link to comment
#NaMrOo'D Posted July 19, 2017 Author Share Posted July 19, 2017 @Abdul KariM setElementData(localPlayer, "xple", (getElementData (localPlayer,"xple") or 0) + 1) Link to comment
coNolel Posted July 19, 2017 Share Posted July 19, 2017 setElementData(localPlayer, "xple", (getElementData (localPlayer,"xple") or 1 ) لو سويتها زي ما سويت انت اظن كل مرة بيزيد الإكس بي 1 Link to comment
#NaMrOo'D Posted July 19, 2017 Author Share Posted July 19, 2017 يب عارف انا لفكره بس ليش بجيلي غلطط ي @coNolel Link to comment
coNolel Posted July 19, 2017 Share Posted July 19, 2017 Just now, #NaMrOo'D said: يب عارف انا لفكره بس ليش بجيلي غلطط ي @coNolel طيب ممكن أسألك ؟ كيف xple تكون اكثر او تساوي 50 و أقل من 150 ? Link to comment
iMr.Omar Posted July 19, 2017 Share Posted July 19, 2017 local xple = ( getElementData(localPlayer,"xple") or 0 ); Link to comment
#NaMrOo'D Posted July 19, 2017 Author Share Posted July 19, 2017 @iMr.Omar @coNolel @Abdul KariM مششكوورين ي غوالي زبط Link to comment
#BrosS Posted July 19, 2017 Share Posted July 19, 2017 54 minutes ago, coNolel said: setElementData(localPlayer, "xple", (getElementData (localPlayer,"xple") or 1 ) لو سويتها زي ما سويت انت اظن كل مرة بيزيد الإكس بي 1 الكود حقك مايزيد له من الداتا شي Link to comment
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