Doffy Posted May 20, 2017 Share Posted May 20, 2017 ابي اول ما اللاعب يختار رو ويضغط علي زر اول مره هذا الرو اذا جا يختاره مره ثانية ويضغط الزر ما تشتغل ابد Link to comment
` Allawi Posted May 20, 2017 Share Posted May 20, 2017 guiGridListSetItemData guiGridListGetItemData Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 1 hour ago, ` Allawi said: guiGridListSetItemData guiGridListGetItemData معرفت كيف اسويها ابيها جاهز معليش لاني مستعجل Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 4 minutes ago, #_iMr.[E]coo said: حاول ونساعدك طيب قولي الفنكشنات ابي الرو لونه يتغير للاحمر اول ما اللاعب يضغط عليه اول مره وينحفظ حتي لما يندخل ويخرج يكون محفوظ عنده الرو ومسكر ما يشتغل ابد Link to comment
Mhmd.z Posted May 20, 2017 Share Posted May 20, 2017 'onClientGUIClick' guiGridListGetSelectedItem guiGridListSetItemColor triggerServerEvent executeSQLQuery 'onPlayerLogin' triggerClientEvent Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 1 minute ago, Mhmd.z said: 'onClientGUIClick' guiGridListGetSelectedItem guiGridListSetItemColor triggerServerEvent executeSQLQuery 'onPlayerLogin' triggerClientEvent انا موب فاهم executeSQLQuery Link to comment
Mhmd.z Posted May 20, 2017 Share Posted May 20, 2017 Just now, #Himoo said: انا موب فاهم executeSQLQuery Link to comment
^iiEcoo'x_) Posted May 20, 2017 Share Posted May 20, 2017 addEventHandler ( 'onClientGUIClick' , root , function ( ) if ( source == aButton_ ) then if ( guiGridListGetSelectedItem ( aGrid_ ) ~= -1 ) then local aText_ = guiGridListGetItemText ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 ) guiGridListSetItemColor ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 , 255 , 0 , 0 ) triggerServerEvent ( 'aTrigger_' , localPlayer , tostring ( aText_ ) ) end end end ) addEvent ( 'aTrigger_' , true ) addEventHandler ( 'aTrigger_' , root , function ( aText_ ) if ( not getElementData ( source , 'aData_' ) == tostring ( aText_ ) ) then setElementData ( source , 'aData_' , tostring ( aText_ ) ) end end ) باقي عليك الحفظ Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 38 minutes ago, #_iMr.[E]coo said: addEventHandler ( 'onClientGUIClick' , root , function ( ) if ( source == aButton_ ) then if ( guiGridListGetSelectedItem ( aGrid_ ) ~= -1 ) then local aText_ = guiGridListGetItemText ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 ) guiGridListSetItemColor ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 , 255 , 0 , 0 ) triggerServerEvent ( 'aTrigger_' , localPlayer , tostring ( aText_ ) ) end end end ) addEvent ( 'aTrigger_' , true ) addEventHandler ( 'aTrigger_' , root , function ( aText_ ) if ( not getElementData ( source , 'aData_' ) == tostring ( aText_ ) ) then setElementData ( source , 'aData_' , tostring ( aText_ ) ) end end ) باقي عليك الحفظ حفظ ايش ؟ عادي اسويه بالاكونت ؟ Link to comment
Mhmd.z Posted May 20, 2017 Share Posted May 20, 2017 لو تبي تستخدم الاكونت داتا استخدم بملف سيرفر 'onElementDataChange' 'onPlayerLogin' getPlayerAccount setAccountData setElementData بس تتعدل الداتا عند الاعب يجيب الداتا ويحطها بالاكونت داتا . وبس يسجل يحطله داتا حسب الاكونت داتا ولا تنسى تسوي تحقق لو كانت الداتا يلي تعدلت هي داتا الحفظ Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 2 minutes ago, Mhmd.z said: لو تبي تستخدم الاكونت داتا استخدم بملف سيرفر 'onElementDataChange' 'onPlayerLogin' getPlayerAccount setAccountData setElementData بس تتعدل الداتا عند الاعب يجيب الداتا ويحطها بالاكونت داتا . وبس يسجل يحطله داتا حسب الاكونت داتا ولا تنسى تسوي تحقق لو كانت الداتا يلي تعدلت هي داتا الحفظ والرو كيف اسكره ؟ Link to comment
Mhmd.z Posted May 20, 2017 Share Posted May 20, 2017 Just now, #Himoo said: والرو كيف اسكره ؟ الرو رح يتسكر لآنك عطيته داتا , لو قصدك عن تغيير اللون استخدم اول ما يسجل ترايقر وبعدها عدل اللون, يعني بتستخدم 'onPlayerLogin' triggerClientEvent guiGridListSetItemColor Link to comment
Doffy Posted May 20, 2017 Author Share Posted May 20, 2017 1 minute ago, Mhmd.z said: الرو رح يتسكر لآنك عطيته داتا , لو قصدك عن تغيير اللون استخدم اول ما يسجل ترايقر وبعدها عدل اللون, يعني بتستخدم 'onPlayerLogin' triggerClientEvent guiGridListSetItemColor لا انا غيرت اللون خلاص فهمت بحاول وبعطيكم محاولتي Link to comment
Doffy Posted May 27, 2017 Author Share Posted May 27, 2017 On 5/20/2017 at 06:35, Mhmd.z said: الرو رح يتسكر لآنك عطيته داتا , لو قصدك عن تغيير اللون استخدم اول ما يسجل ترايقر وبعدها عدل اللون, يعني بتستخدم 'onPlayerLogin' triggerClientEvent guiGridListSetItemColor --Client addEventHandler("onClientGUIClick",root, function () local sel111 = guiGridListGetSelectedItem(achlist) if ( source == comachieve ) then if sel111 == 0 then setElementData( localPlayer, 'achive0', nil) triggerServerEvent("ach0",localPlayer, localPlayer) end end end) --Server addEvent("ach0", true) addEventHandler("ach0", root, function ( source ) if getElementData(source,'Level') >= 15 then local achive1 = getElementData( source, 'achive1' ) if ( achive1 == 'true' ) then givePlayerMoney(source,30000) triggerClientEvent("newach0",source) setElementData(source , 'achive1', 'true') exports["guimessages"]:outputServer(source, "#FF0000Error : #FFFFFFYou Completed This Achievement",255,255,0) end else exports["guimessages"]:outputServer(source, "#FF0000Error : #FFFFFFYou Don't Have Enough Level to Complete Achievement",255,255,0) end end) Link to comment
^iiEcoo'x_) Posted May 28, 2017 Share Posted May 28, 2017 On ٢٠/٥/٢٠١٧ at 15:44, #_iMr.[E]coo said: addEventHandler ( 'onClientGUIClick' , root , function ( ) if ( source == aButton_ ) then if ( guiGridListGetSelectedItem ( aGrid_ ) ~= -1 ) then local aText_ = guiGridListGetItemText ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 ) guiGridListSetItemColor ( aGrid_ , guiGridListGetSelectedItem ( aGrid_ ) , 1 , 255 , 0 , 0 ) triggerServerEvent ( 'aTrigger_' , localPlayer , tostring ( aText_ ) ) end end end ) addEvent ( 'aTrigger_' , true ) addEventHandler ( 'aTrigger_' , root , function ( aText_ ) if ( not getElementData ( source , 'aData_' ) == tostring ( aText_ ) ) then setElementData ( source , 'aData_' , tostring ( aText_ ) ) end end ) باقي عليك الحفظ سويته لك بس انت سوي الحفظ باستخدام السكل Link to comment
Doffy Posted May 28, 2017 Author Share Posted May 28, 2017 10 hours ago, #_iMr.[E]coo said: سويته لك بس انت سوي الحفظ باستخدام السكل انا موب فاهم executeSQLQuery Link to comment
#BrosS Posted May 28, 2017 Share Posted May 28, 2017 4 minutes ago, #Himoo said: انا موب فاهم executeSQLQuery دوى بقسم شروحات البرمجة فيه موضوعين عن شرح السكل Link to comment
Doffy Posted May 28, 2017 Author Share Posted May 28, 2017 9 hours ago, #BrosS said: دوى بقسم شروحات البرمجة فيه موضوعين عن شرح السكل شفتهم والله ما فهمت كلمة Link to comment
#BrosS Posted May 28, 2017 Share Posted May 28, 2017 3 minutes ago, #Himoo said: شفتهم والله ما فهمت كلمة عيد شوفهم بعد الفطور وشرح ماستر ماقصر مفهوم وواضح Link to comment
Doffy Posted May 28, 2017 Author Share Posted May 28, 2017 9 hours ago, #BrosS said: عيد شوفهم بعد الفطور وشرح ماستر ماقصر مفهوم وواضح شفته والله Link to comment
Master_MTA Posted May 28, 2017 Share Posted May 28, 2017 3 hours ago, #BrosS said: عيد شوفهم بعد الفطور وشرح ماستر ماقصر مفهوم وواضح لبه قلبك انت يعسل حبيت اشكرك لكن يقولي 10 لايكات 3 hours ago, #Himoo said: شفته والله وش اللي ما فهمته فيه ابشر بفهمك اياه فقط ضع رد في الموضوع حق الشرح باللي ما فهمته Link to comment
Doffy Posted May 28, 2017 Author Share Posted May 28, 2017 10 hours ago, Master_MTA said: لبه قلبك انت يعسل حبيت اشكرك لكن يقولي 10 لايكات وش اللي ما فهمته فيه ابشر بفهمك اياه فقط ضع رد في الموضوع حق الشرح باللي ما فهمته ما فهمت شي Link to comment
^iiEcoo'x_) Posted May 28, 2017 Share Posted May 28, 2017 35 minutes ago, #Himoo said: ما فهمت شي ما في ناس ما يفهم بس في ناس مو حاط بالها إنها تفهم 1 Link to comment
Master_MTA Posted May 28, 2017 Share Posted May 28, 2017 28 minutes ago, #_iMr.[E]coo said: ما في ناس ما يفهم بس في ناس مو حاط بالها إنها تفهم +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