Adham Posted June 25, 2016 Share Posted June 25, 2016 سلام عليكم انا عامل قريد لست فيه كل الاسامين بعدين انا عامل لمما يحدد اسم يجي في الميمو يجي اسمه انا عاوز لما يشيل اسمه من القريد لست تتحذف اسممه من الميمو ابي الفكش لاهنتم Link to comment
Me[Z]oO Posted June 25, 2016 Share Posted June 25, 2016 getPlayerName(getPlayerFromName(element)) Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 طيب انا عامل في ميمو اسم الاعب و الكتبو في الايديت لاكن يطلع واحده بس م يطلع الايدت و اسم الاعب guiSetText(memo,"Name: " .. getPlayerName(localPlayer)) guiSetText(memo,"Card: "..guiGetText(editcard)) انا ابيهم يجيو مع بعض ال2 تحت بعض Link to comment
` Allawi Posted June 25, 2016 Share Posted June 25, 2016 جرب كذا guiSetText(memo," Name: "..getPlayerName(localPlayer).."\n Card: "..guiGetText(editcard)) Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 guiSetText(memo,"Name: "..getPlayerName(localPlayer).."\n Card: "..guiGetText(editcard).."/n Serial:) وكدا فيه خطا؟ Link to comment
Me[Z]oO Posted June 25, 2016 Share Posted June 25, 2016 guiSetText(memo,"Name: "..getPlayerName(localPlayer).."\n Card: "..guiGetText(editcard).."/n Serial: ") Link to comment
` Allawi Posted June 25, 2016 Share Posted June 25, 2016 بالنسبة لتحديد عشان تشيل الاسم سوي كذا guiSetText ( memo, "" ) Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 serial and card يجيو جنب بعض Link to comment
` Allawi Posted June 25, 2016 Share Posted June 25, 2016 تفضل guiSetText(memo," Name: "..getPlayerName(localPlayer).."\n Card: "..guiGetText(editcard).." Serial: "..getPlayerSerial(localPlayer)) Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 انت عملتلي Name في سطر و Card and Seroal في نفس السطر انا ابي سريال تحت كرد سويتها م نفعت guiSetText(memo," Name: "..getPlayerName(localPlayer).."\n Card: "..guiGetText(editcard).."/n Serial: "..getPlayerSerial(localPlayer)) Link to comment
` Allawi Posted June 25, 2016 Share Posted June 25, 2016 انت كاتب كذا /n وهذا غلط الصح هو التالي \n Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 طلب بعد اذنكم انا الكود ذا ابيه لما يكتب في ال3 ايديت و يحدد في الكومب بوكس يجي في قريد لست في ال3 كلوم اول كلوم اسم الاعب تاني كلوم النا محدده في الكومب بوكس والتلت سريال الاعب انا عملت محاوله بس مدري شغال للكل ولا لا بس شغال لي addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1]) then local item = guiComboBoxGetSelected ( com ) local text = guiComboBoxGetItemText ( com , item ) if ( guiGetText ( editname ) and guiGetText ( editcard ) and guiGetText ( editmail ) ~= '' ) then local row = guiGridListAddRow (gridlist) guiSetEnabled ( source, false ) outMsg("تم إرسال الرسالة",true) triggerServerEvent("Sorry",localPlayer) end end end) addEvent("AddMezo",true) addEventHandler("AddMezo",root, function() local item = guiComboBoxGetSelected ( com ) local text = guiComboBoxGetItemText ( com , item ) local row = guiGridListAddRow ( gridlist) guiGridListSetItemText (gridlist,row,1,getPlayerName(localPlayer):gsub("#%x%x%x%x%x%x", ""),false,false) guiGridListSetItemText (gridlist,row,2,text,false,false) guiGridListSetItemText (gridlist,row,3,getPlayerSerial(localPlayer),false,false) end) addEvent("Sorry",true) addEventHandler("Sorry",root, function(text1,text2,text3) triggerClientEvent("AddMezo",root,text1,text2,text3) end) Link to comment
Adham Posted June 25, 2016 Author Share Posted June 25, 2016 مساعده شباب ابي اخلص مودي Link to comment
Mr.CoR Posted June 25, 2016 Share Posted June 25, 2016 طلب بعد اذنكمانا الكود ذا ابيه لما يكتب في ال3 ايديت و يحدد في الكومب بوكس يجي في قريد لست في ال3 كلوم اول كلوم اسم الاعب تاني كلوم النا محدده في الكومب بوكس والتلت سريال الاعب انا عملت محاوله بس مدري شغال للكل ولا لا بس شغال لي addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1]) then local item = guiComboBoxGetSelected ( com ) local text = guiComboBoxGetItemText ( com , item ) if ( guiGetText ( editname ) and guiGetText ( editcard ) and guiGetText ( editmail ) ~= '' ) then local row = guiGridListAddRow (gridlist) guiSetEnabled ( source, false ) outMsg("تم إرسال الرسالة",true) triggerServerEvent("Sorry",localPlayer) end end end) addEvent("AddMezo",true) addEventHandler("AddMezo",root, function() local item = guiComboBoxGetSelected ( com ) local text = guiComboBoxGetItemText ( com , item ) local row = guiGridListAddRow ( gridlist) guiGridListSetItemText (gridlist,row,1,getPlayerName(localPlayer):gsub("#%x%x%x%x%x%x", ""),false,false) guiGridListSetItemText (gridlist,row,2,text,false,false) guiGridListSetItemText (gridlist,row,3,getPlayerSerial(localPlayer),false,false) end) addEvent("Sorry",true) addEventHandler("Sorry",root, function(text1,text2,text3) triggerClientEvent("AddMezo",root,text1,text2,text3) end) غلط طبعاً !! شوف عندك الترايقر الي مسويه من كلاينت لسيرفر triggerServerEvent("Sorry",localPlayer") وشوف فانكشن استقبال الترايقر عندك كيف function(text1,text2,text3) text1و text2 و text3 من وين جايبهم ذول وانت مانت راسل شي مع الترايقر من كلاينت لييرفر ! وشوف الترايقر من سيرفر ل كلاينت triggerClientEvent("AddMezo",root,text1,text2,text3) وشوف استقبال الترايقر بالكلاينت انت راسل مع الترايقر text1,text2,text3 ومانت مستقبلهم بالكلاينت addEvent("AddMezo",true) addEventHandler("AddMezo",root, function() والوضع حوسه معك يعني بشرح لك لما ترسل ترايقر من كلاينت لسيرفر لازم ترسل له متغيرات زي مودك مثلا لازم ترسل الاسم والبطاقه والسيريال بس انت مارسلت شي منهم بالترايقر جيت تستقبل الترايقر بالسيرفر ،انت حاط متغيرات بالاستقبال لكن انت اساساً مانت راسلهم من الكلاينت ! ومسوي نفس الشي بس بالعكس راسل متغيرات من السيرفر للكلاينت بس يوم تستقبل مانت حاط المتغيرات الي راسلها !!! 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