K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Share Posted June 12, 2017 السلام عليكم ورحمة الله وبركاته سويت مود قريد ليست سيارات بلفلات المهم معي خطاء مو عارف اخليه يتعرف على اللفل ويحدده الكود الخطاء addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = tostring ( guiGridListGetItemText(gridlist,row,2 )); if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end local looh = getElementData(source,"level") if (looh >= Level) then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) end end ) ياريت اي شخص يساعدني الخطاء في if (looh >= Level) then Link to comment
#Soking Posted June 12, 2017 Share Posted June 12, 2017 1 hour ago, K̷i̷n̷g̷ x̷D̷ツ said: السلام عليكم ورحمة الله وبركاته سويت مود قريد ليست سيارات بلفلات المهم معي خطاء مو عارف اخليه يتعرف على اللفل ويحدده الكود الخطاء addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = tostring ( guiGridListGetItemText(gridlist,row,2 )); if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end local looh = getElementData(source,"level") if (looh >= Level) then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) end end ) ياريت اي شخص يساعدني الخطاء في if (looh >= Level) then row مو معرف Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Author Share Posted June 12, 2017 (edited) 2 hours ago, #Soking said: row مو معرف التعاريف ما كتبتها بالموضوع بس معرفهم وكله تمام الخطاء بالسطر ذا 8 attempt to compare string with boolean @#Soking Edited June 12, 2017 by K̷i̷n̷g̷ x̷D̷ツ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Author Share Posted June 12, 2017 جربت سويته بطريقه ثانيه بس هالمره attempt to compare number with boolean Link to comment
#LorD-.? Posted June 12, 2017 Share Posted June 12, 2017 4 hours ago, K̷i̷n̷g̷ x̷D̷ツ said: السلام عليكم ورحمة الله وبركاته سويت مود قريد ليست سيارات بلفلات المهم معي خطاء مو عارف اخليه يتعرف على اللفل ويحدده الكود الخطاء addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = tostring ( guiGridListGetItemText(gridlist,row,2 )); if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end local looh = getElementData(source,"level") if (looh >= Level) then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) end end ) ياريت اي شخص يساعدني الخطاء في if (looh >= Level) then سطر 6 شيل source وحط localPlayer Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Author Share Posted June 12, 2017 (edited) يب بس سويته بطريقه ثانيه هالمره وضبط 21 minutes ago, #LorD-.? said: سطر 6 شيل source وحط localPlayer ما يتغيير شي اصلاً الكود خربان سويت كود ثاني الان ويش الخطاء اللفل التحقق منه شكله مو تمام لنه ما يكتب اي خطاء بس يعطي سياراه بدون اللفل المطلوب addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = guiGridListGetSelectedItem ( gridlist ) if Level then guiGridListGetItemText ( gridlist, Level, 2) if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end local looh = getElementData(localPlayer,"level") if (looh >= Level) then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) end end end ) Edited June 12, 2017 by K̷i̷n̷g̷ x̷D̷ツ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Author Share Posted June 12, 2017 (edited) اي شخص يساعدني ؟ @#Soking @iMr.WiFi..! جربت كذا بس نفس الشي وبدون اخطاء addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = guiGridListGetSelectedItem ( gridlist ) if Level then guiGridListGetItemText ( gridlist, Level, 2) if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end if getElementData (localPlayer,"level") >= Level then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) elseif not getElementData (localPlayer,"level") >= Level then outputChatBox("your level is low") end end end ) Edited June 12, 2017 by K̷i̷n̷g̷ x̷D̷ツ Link to comment
iMr.WiFi..! Posted June 12, 2017 Share Posted June 12, 2017 24 minutes ago, K̷i̷n̷g̷ x̷D̷ツ said: اي شخص يساعدني ؟ @#Soking @iMr.WiFi..! جربت كذا بس نفس الشي وبدون اخطاء addEventHandler("onClientGUIClick",button2, function () local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = guiGridListGetSelectedItem ( gridlist ) if Level then guiGridListGetItemText ( gridlist, Level, 2) if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end if getElementData (localPlayer,"level") >= Level then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) elseif not getElementData (localPlayer,"level") >= Level then outputChatBox("your level is low") end end end ) عدل التحقق الي في سطر 5 وحطه ~= -1 ولما تستعمل التحقق كمثال الي في السطر 8 خل اللفل tonumber وفي سطر 6 حاط فنكشن يرجع قيمة عدل عليه وحطه بالي تبي بضبط .. عدل ورد لي خبر Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted June 12, 2017 Author Share Posted June 12, 2017 8 hours ago, iMr.WiFi..! said: عدل التحقق الي في سطر 5 وحطه ~= -1 ولما تستعمل التحقق كمثال الي في السطر 8 خل اللفل tonumber وفي سطر 6 حاط فنكشن يرجع قيمة عدل عليه وحطه بالي تبي بضبط .. عدل ورد لي خبر اوك تمام @iMr.WiFi..! اضبطها لي يالاخو ترا حاولت كثير مرات مو قادر اسويه يتعرف على الرقم Link to comment
iMr.WiFi..! Posted June 12, 2017 Share Posted June 12, 2017 addEventHandler("onClientGUIClick",root, function () if source == button2 then local vehloxx = tostring ( guiGridListGetItemText(gridlist,row,1 )); local Level = guiGridListGetItemText ( gridlist, guiGridListGetSelectedItem ( gridlist ), 2) if Level ~= "" then if vehloxx == "" then return outputChatBox("اختر شيء",255, 0, 0,true) end if getElementData (localPlayer,"level") >= tonumber(Level) then triggerServerEvent("vehlox",localPlayer,vehloxx) guiSetVisible(window,false) showCursor(false) elseif getElementData (localPlayer,"level") < tonumber(Level) then outputChatBox("your level is low") end end end end ) ^ جرب 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