#,Dr.To[sh]iBa Posted May 3, 2018 Share Posted May 3, 2018 addEvent("color1",true) addEventHandler("color1",root, function(name , Hours ) OutPut("Console:"..Hours.." Has Been Give Houres"..name.."",root,0,255,0,true) end ) هذا الكود يستقبل تراقير من الكلن اني لو ضغطت زر يجي كذا الحين ذا ما فيه اي مشكلة يطلع القيمة والاسم عادي addEvent("color1",true) addEventHandler("color1",root, function(name , Hours , reson) OutPut("Console:"..Hours.." Has Been Give Houres"..name.."reson "..reson.."",root,0,255,0,true) end ) لكن لما اضيف شئ ثالث في الفنكشن ما يشتغل مدري وش المشكلة .. اتمنب تكونوا فهمتوني Link to comment
#,Dr.To[sh]iBa Posted May 4, 2018 Author Share Posted May 4, 2018 10 hours ago, *RayaN-Alharbi. said: جيب التراقر الي بالسيرفر سايد هذا السيرفر سايد Link to comment
mohamed hussein Posted May 4, 2018 Share Posted May 4, 2018 23 hours ago, abulghar said: addEvent("color1",true) addEventHandler("color1",root, function(name , Hours ) OutPut("Console:"..Hours.." Has Been Give Houres"..name.."",root,0,255,0,true) end ) هذا الكود يستقبل تراقير من الكلن اني لو ضغطت زر يجي كذا الحين ذا ما فيه اي مشكلة يطلع القيمة والاسم عادي addEvent("color1",true) addEventHandler("color1",root, function(name , Hours , reson) OutPut("Console:"..Hours.." Has Been Give Houres"..name.."reson "..reson.."",root,0,255,0,true) end ) لكن لما اضيف شئ ثالث في الفنكشن ما يشتغل مدري وش المشكلة .. اتمنب تكونوا فهمتوني وريني الترايقر Link to comment
Rakan# Posted May 4, 2018 Share Posted May 4, 2018 2 hours ago, abulghar said: هذا السيرفر سايد الاكواد اللي فوقق مابها اي مشكله .. حط اكواد الكلنت Link to comment
#,Dr.To[sh]iBa Posted May 4, 2018 Author Share Posted May 4, 2018 addEventHandler('onClientGUIClick',root, function() local colorr = guiGetText ( GUIEditor.edit[9] ) if (source == GUIEditor.button[1]) then triggerServerEvent("color1", localPlayer, colorr) end end) Link to comment
Rakan# Posted May 4, 2018 Share Posted May 4, 2018 طبعا مايشتغل لانك ارسلت ارقمنت واحد Link to comment
#,Dr.To[sh]iBa Posted May 4, 2018 Author Share Posted May 4, 2018 3 minutes ago, Rakan# said: طبعا مايشتغل لانك ارسلت ارقمنت واحد شف الحين اكثر من اثنين ما يشتغل اختر اي اثنين منهم وبيشتغل لو اخترت ثلاثة ما يشتغل Link to comment
Rakan# Posted May 5, 2018 Share Posted May 5, 2018 انت تبي بس يطلع ان الكونسل وزع بدون الساعات ولا الكونسل مع الساعات ولا الكونسل مع الساعات مع السبب ؟ 13 hours ago, abulghar said: شف الحين اكثر من اثنين ما يشتغل اختر اي اثنين منهم وبيشتغل لو اخترت ثلاثة ما يشتغل Link to comment
#,Dr.To[sh]iBa Posted May 5, 2018 Author Share Posted May 5, 2018 12 hours ago, Rakan# said: انت تبي بس يطلع ان الكونسل وزع بدون الساعات ولا الكونسل مع الساعات ولا الكونسل مع الساعات مع السبب ؟ Hours and Reason and Name يب Link to comment
SycroX Posted May 7, 2018 Share Posted May 7, 2018 5 hours ago, Rakan# said: خلاص سوي 3 ايديت بوكس or ممكن تخليه اديت واحد و تسوي هيك : gettok string.byte مثال : addEventHandler("onClientGUIClick", guiRoot, function() if source == GUIEditor.button[1] then local text = guiGetText(GUIEditor.edit[9]) if text and text ~= "" then if text:find(",") then local hours, reason = gettok(text, 1, string.byte(",")), gettok(text, 2, string.byte(",")) if hours and reason then triggerServerEvent("color1", localPlayer, hours, reason) end end end end end ) عشان توزع تكتب في الاديت بوكس هيك : 10, welcome 10 = عدد الساعات الي تبي توزعها welcome = الرساله الي تباها تطلع ( السبب حق التوزيع ) ف 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