Jump to content

طلب كود ضروري


baba

Recommended Posts

سلام عليكم شباب

ارجو تسعدوني لان الكود ابيه ضروري

_______________________

انا ابي كود صوره احطها فوق رتبه معينه

توضيح

مثلاّ

انا الحين معي رتبه كونسل في سيرفر

ابي اذا كنت كونسل صوره انا احددها تطلع فوق راسي

ارجو المساعده الله الله لا يهينكم

ارجو التوضيح

انا محتاج الكود ضروري

Link to comment
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

طيب اذا ابي اسكر الانشوده

تقدر تسوي لي زر يعني انا رح اركب اكثر من انشوده الحين لو ابي اسكر الانشوده الي انا فاتحها

ابي كود زر يخلي الانشوده تسكر

Link to comment

جرب

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
جرب
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
الله يعافيك يب اكيد

الكود الي ابيه

كود لوحه تفتح لي رتبه نعينه

مثلن انا كنسل في سيرفر ابي الوحه ذي تفتح لي بس

ما تفتح لحد غير الكنسل

Link to comment

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
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
اسم الترايقر حطه مثل ما تبي بس غيره في الكلنت و سيرفر ما في مشكله

يا غالي

انا الوحه اول ما اعمل لها

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
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

رح الملف حقك و افتحه ب نوت العاديه يلي تيجي مع الويندوز

من ثم روح فوق فايل او ملف و حط حفظ باسم

او

save as

حط اسم الملف.lua

و في تحت خيارات

يكون الافتراضي

ansi

اكبس عليها و اختار

utf-8

هذه لو ما تبي تشفر المود

-----------------------------

لو تبي تشفره يجي نفس الكلمه بس

بعدها كلمه فيها bom

ناسي وش هي

بس بتحتاج نوت ++ مو العادي

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...