3ssol Posted May 14, 2013 Share Posted May 14, 2013 السلام عليكم شباب انا ابي مثلا اسوي ايديت وفوقه صورت سلاح المهم المطلوب منكم انا سويت الوحه وسويت الايديت وابي السلاح الي راح اشتريه يكون ام 4 + اكتب انا عدد الطلقات في الايديت وتجيني واذا ماعندي فلوس يقول ماعندك فلوس وكذا وابي واحد يسااعدني هاذي اكوادي GUIEditor_Window = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(493,185,407,371,"Weapon",false) guiSetVisible ( GUIEditor_Window[1], false ) GUIEditor_Edit[1] = guiCreateEdit(135,247,137,30,"",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(138,120,115,72,"M4",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[1],"sa-gothic") function OpenWin() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) end end bindKey("F2", "down", OpenWin) Link to comment
فاّرس Posted May 14, 2013 Share Posted May 14, 2013 giveWeapon tonumber ارسل الاديت للسيرفر وسوي تو نمبر للطلقات واسوي else عشان يطلع له خطأ اذا ما عنده فلوس Link to comment
3ssol Posted May 14, 2013 Author Share Posted May 14, 2013 كيف ارسل الايديت لـ السيرفر ؟؟؟؟؟؟ الايديت كلنت Link to comment
3ssol Posted May 14, 2013 Author Share Posted May 14, 2013 سلامات ارسل الـ GUIEditor_Edit[1] = guiCreateEdit(135,247,137,30,"",false,GUIEditor_Window[1]) للـ سيرفر !!!! Link to comment
فاّرس Posted May 14, 2013 Share Posted May 14, 2013 ياخي سوي guiGetText onClientGUIClick triggerServerEvent giveWeapon tonumber لازم يصير شيء كيف تبيه اذا ضغط على الزر سو الي فوق^ Link to comment
hassan.k.s.a Posted May 14, 2013 Share Posted May 14, 2013 (edited) كيف ارسل الايديت لـ السيرفر ؟؟؟؟؟؟الايديت كلنت exampl : -- client addEventHandler("onClientGUIClick",guiRoot,function() if source == Button then RandomName = guiGetText(EditName) if RandomName then triggerServerEvent("EventRandomName",getLocalPlayer(),RandomName) end end end) -- server addEvent("EventRandomName",true) addEventHandler("EventRandomName",getRootElement(),function(RandomName) giveWeapon (source,tostring(RandomName), 200 )--200 عدد الطلقات --RandomName اي دي السلاح .. end) Edited May 14, 2013 by Guest Link to comment
3ssol Posted May 14, 2013 Author Share Posted May 14, 2013 اخوي حسن يعطيك العاافيه بس انا ابي سلاح مو تيم >< ذذ Link to comment
3ssol Posted May 14, 2013 Author Share Posted May 14, 2013 كفوووووووووووووووووووووووووووو يعطيك الف الف الف الف الف الف الف الف الف الف الف الف الف الف عااافيه ي حسسسن + سويتها علي سلاح خلاص مشكووووووووووووووووووووووووووووووووووووووووووووووووووور Link to comment
hassan.k.s.a Posted May 14, 2013 Share Posted May 14, 2013 المفروض يحآول ذذ العفو .. هو يبي مثال بس كيف يسوي ماهو كود نسخ ولصق 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