baba Posted March 22, 2015 Share Posted March 22, 2015 سلام عليكم شباب ارجو تسعدوني لان الكود ابيه ضروري _______________________ انا ابي كود صوره احطها فوق رتبه معينه توضيح مثلاّ انا الحين معي رتبه كونسل في سيرفر ابي اذا كنت كونسل صوره انا احددها تطلع فوق راسي ارجو المساعده الله الله لا يهينكم ارجو التوضيح انا محتاج الكود ضروري Link to comment
The Don Posted March 22, 2015 Share Posted March 22, 2015 https://forum.multitheftauto.com/viewto ... e8c07db864 انزل في التعليقات راح تحصل الكود الي تبيه Link to comment
baba Posted March 22, 2015 Author Share Posted March 22, 2015 https://forum.multitheftauto.com/viewtopic.php?f=160&t=84672&sid=2da85d7b998345d2651a30e8c07db864انزل في التعليقات راح تحصل الكود الي تبيه شكرن يا غالي بس ممكن اقدم كمان طلب هون؟ بدل ما افتح موضوع جديد!! اذا نعم انا ابي كود زر في الوحه اكبس عليه يعطيني انشوده Link to comment
N3xT Posted March 22, 2015 Share Posted March 22, 2015 https://forum.multitheftauto.com/viewtopic.php?f=160&t=84672&sid=2da85d7b998345d2651a30e8c07db864انزل في التعليقات راح تحصل الكود الي تبيه شكرن يا غالي بس ممكن اقدم كمان طلب هون؟ بدل ما افتح موضوع جديد!! اذا نعم انا ابي كود زر في الوحه اكبس عليه يعطيني انشوده addEventHandler ( "onClientGUIClick", root, function ( ) if source == أسم الزر حقك then if isElement(Sound[1]) then destroyElement(Sound[1]) Sound[1] = nil end m1 = "رإبط الصوت .. لازم يكون يشتغل مباشر" Sound[1] = playSound(m1,true) Link to comment
baba Posted March 22, 2015 Author Share Posted March 22, 2015 طيب اذا ابي اسكر الانشوده تقدر تسوي لي زر يعني انا رح اركب اكثر من انشوده الحين لو ابي اسكر الانشوده الي انا فاتحها ابي كود زر يخلي الانشوده تسكر Link to comment
The Don Posted March 22, 2015 Share Posted March 22, 2015 جرب addEventHandler('onClientGUIClick',root, function () if source == start then -- اسم الزر حق تشغيل الانشوده ( start ) local sound = playSound("anshodh.mp3") setSoundVolume(sound, 0.5) elseif source == stop then -- اسم الزر حق اطفاء الانشود ( stop ) stopSound( sound ) end end ) اذا ضبظ فا انا برى منك اذا حطيتها اغاني او شي زي كذا Link to comment
baba Posted March 22, 2015 Author Share Posted March 22, 2015 جرب addEventHandler('onClientGUIClick',root, function () if source == start then -- اسم الزر حق تشغيل الانشوده ( start ) local sound = playSound("anshodh.mp3") setSoundVolume(sound, 0.5) elseif source == stop then -- اسم الزر حق اطفاء الانشود ( stop ) stopSound( sound ) end end ) اذا ضبظ فا انا برى منك اذا حطيتها اغاني او شي زي كذا يا حب شف انا لما اكبس على الزر حق الانشوده ما يطلع لي الانشوده ولا شي شف بطرح لك كلينت + ميتا ----------------------------------------------------------------- كلينت GUIEditor_Button = {} GUIEditor_Radio = {} GUIEditor_Scrollpane = {} wnd = guiCreateWindow(304,23,314,541,"baba",false) guiSetAlpha(wnd,1) GUIEditor_Button[1] = guiCreateButton(14,36,118,64,"زر1",false,wnd) GUIEditor_Button[2] = guiCreateButton(50,437,220,39,"زر2",false,wnd) GUIEditor_Radio[1] = guiCreateRadioButton(500,358,0,5,"",false,wnd) GUIEditor_Scrollpane[1] = guiCreateScrollPane(237,286,0,0,false,wnd) addEventHandler('onClientGUIClick',root, function () if source == GUIEditor_Button[1] then -- اسم الزر حق تشغيل الانشوده ( start ) local sound = playSound("anshodh.mp3") setSoundVolume(sound, 0.5) elseif source == GUIEditor_Button[2] then -- اسم الزر حق اطفاء الانشود ( stop ) stopSound( sound ) end end ) guiSetVisible (wnd, false) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) ميتا Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 شكرن ما نتبهت لي الشي ذا بس الحين انا بعد ما اشغل الانشوده اكبس على الزر اقاف الانشوده ما توقه Link to comment
yazan Posted March 23, 2015 Share Posted March 23, 2015 (edited) شيل لوكل Edited March 23, 2015 by Guest Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 مدري من قال لي مره يوم تحط لوكل ما تقدر تلغي اوتحذفه جرب شيل لوكل يعطيك العافيه بس ممكن اطلب كمان طلب بنفس الموضوع؟ Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 الله يعافيك يب اكيد الكود الي ابيه كود لوحه تفتح لي رتبه نعينه مثلن انا كنسل في سيرفر ابي الوحه ذي تفتح لي بس ما تفتح لحد غير الكنسل Link to comment
yazan Posted March 23, 2015 Share Posted March 23, 2015 Client# bindKey("I", "down", function() triggerServerEvent ( "sh", localPlayer) end) addEvent("open",true) addEventHandler("open",root, function () guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end) server # addEvent("sh",true) addEventHandler("sh",root, function() local acc=getPlayerAccount(client) if(isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("admin"))) then triggerClientEvent(client,"open",client) end end ) Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 Client# bindKey("I", "down", function() triggerServerEvent ( "sh", localPlayer) end) addEvent("open",true) addEventHandler("open",root, function () guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end) server # addEvent("sh",true) addEventHandler("sh",root, function() local acc=getPlayerAccount(client) if(isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("admin"))) then triggerClientEvent(client,"open",client) end end ) شو المقصود بي sh? Link to comment
yazan Posted March 23, 2015 Share Posted March 23, 2015 اسم الترايقر حطه مثل ما تبي بس غيره في الكلنت و سيرفر ما في مشكله Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 اسم الترايقر حطه مثل ما تبي بس غيره في الكلنت و سيرفر ما في مشكله يا غالي انا الوحه اول ما اعمل لها start الوحه تطلع لي الوحه على السريع في وجهي انا ابي لما اكبس الكبسه i تفتح الوحه GUIEditor_Button = {} GUIEditor_Radio = {} GUIEditor_Scrollpane = {} wnd = guiCreateWindow(304,23,314,541,"baba",false) guiSetAlpha(wnd,1) GUIEditor_Button[1] = guiCreateButton(14,40,118,30,"1",false,wnd) GUIEditor_Button[2] = guiCreateButton(180,40,118,30,"2",false,wnd) GUIEditor_Button[3] = guiCreateButton(180,100,118,30,"3",false,wnd) GUIEditor_Button[4] = guiCreateButton(180,160,118,30,"4",false,wnd) GUIEditor_Button[5] = guiCreateButton(180,220,118,30,"5",false,wnd) GUIEditor_Button[6] = guiCreateButton(180,280,118,30,"6",false,wnd) GUIEditor_Button[7] = guiCreateButton(180,340,118,30,"7",false,wnd) GUIEditor_Button[8] = guiCreateButton(180,400,118,30,"8",false,wnd) GUIEditor_Button[9] = guiCreateButton(14,100,118,30,"9",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,160,118,30,"10",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,220,118,30,"11",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,280,118,30,"12",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,340,118,30,"13",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,400,118,30,"14",false,wnd) GUIEditor_Button[100] = guiCreateButton(50,480,220,39,"stop",false,wnd) bindKey("I", "down", function() triggerServerEvent ( "sh", localPlayer) end) addEvent("open",true) addEventHandler("open",root, function () guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end) Link to comment
yazan Posted March 23, 2015 Share Posted March 23, 2015 GUIEditor_Button = {} GUIEditor_Radio = {} GUIEditor_Scrollpane = {} wnd = guiCreateWindow(304,23,314,541,"baba",false) guiSetAlpha(wnd,1) GUIEditor_Button[1] = guiCreateButton(14,40,118,30,"1",false,wnd) GUIEditor_Button[2] = guiCreateButton(180,40,118,30,"2",false,wnd) GUIEditor_Button[3] = guiCreateButton(180,100,118,30,"3",false,wnd) GUIEditor_Button[4] = guiCreateButton(180,160,118,30,"4",false,wnd) GUIEditor_Button[5] = guiCreateButton(180,220,118,30,"5",false,wnd) GUIEditor_Button[6] = guiCreateButton(180,280,118,30,"6",false,wnd) GUIEditor_Button[7] = guiCreateButton(180,340,118,30,"7",false,wnd) GUIEditor_Button[8] = guiCreateButton(180,400,118,30,"8",false,wnd) GUIEditor_Button[9] = guiCreateButton(14,100,118,30,"9",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,160,118,30,"10",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,220,118,30,"11",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,280,118,30,"12",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,340,118,30,"13",false,wnd) GUIEditor_Button[10] = guiCreateButton(14,400,118,30,"14",false,wnd) GUIEditor_Button[100] = guiCreateButton(50,480,220,39,"stop",false,wnd) guiSetVisible (wnd, false) bindKey("I", "down", function() triggerServerEvent ( "sh", localPlayer) end) addEvent("open",true) addEventHandler("open",root, function () guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end) Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 ابي حل لي ذي المشكه عندي لوحه كاتب عليها بلعربي بس يطلع لي كلام غير مفهون بعطيكم الصوره Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 Notepad++>Encoding>UTF-8 وش ذا؟ Link to comment
a7zan Posted March 23, 2015 Share Posted March 23, 2015 يحول اللغة الي طلعت لك , إلى لغة العربية Link to comment
baba Posted March 23, 2015 Author Share Posted March 23, 2015 يحول اللغة الي طلعت لك , إلى لغة العربية طلعت لي لغه غيرها مو مفهومه كمان لغه عربيه بس معها رموز ومدري وش Link to comment
a7zan Posted March 23, 2015 Share Posted March 23, 2015 شوف سوي UTF-8 للي حطيت لهم كلام عربي -- ارسل صورة بشوف ذذ Link to comment
yazan Posted March 23, 2015 Share Posted March 23, 2015 رح الملف حقك و افتحه ب نوت العاديه يلي تيجي مع الويندوز من ثم روح فوق فايل او ملف و حط حفظ باسم او save as حط اسم الملف.lua و في تحت خيارات يكون الافتراضي ansi اكبس عليها و اختار utf-8 هذه لو ما تبي تشفر المود ----------------------------- لو تبي تشفره يجي نفس الكلمه بس بعدها كلمه فيها bom ناسي وش هي بس بتحتاج نوت ++ مو العادي 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