Jump to content

طلب كود قريد لست للصوت


Recommended Posts

  • Replies 131
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

function SetAlpha ( ) 
    if eventName == 'onClientMouseEnter' then  
        guiSetAlpha ( no , 1 ) 
        guiSetPosition ( no,112, 25, 103, 96,false ) 
    else 
        guiSetAlpha ( no , 0.5 ) 
        guiSetPosition ( no,112, 25, 103, 96,false ) 
    end 
end 
addEventHandler('onClientMouseEnter',no,SetAlpha,false) 
addEventHandler('onClientMouseLeave',no,SetAlpha,false) 

الكود كامل مع السطر ^

والسطر بس

        guiSetAlpha ( no , 0.5 ) 

Link to comment

؟ لول اي صوت ؟ هذا حق احداثيات ,

هذا مثال عشان تفهمه,

local x,y = guiGetScreenSize() 
  
addEventHandler('onClientMouseEnter',no, 
function() 
    guiSetAlpha ( no , 1 ) 
        guiSetPosition ( no,x+10,y ) 
end,false) 
  
addEventHandler('onClientMouseLeave',no, 
function() 
     guiSetAlpha ( no , 0.5 ) 
         guiSetPosition ( no,x+1,y) 
end,false) 
Link to comment
وين ذي انت لحستنا :/
local GridList = gridlist1  
local Button = StartSound 
local Sound = { 
    -- { String Text,String URL }, 
        { 'دله الرسلان','URL Test' }, 
        { 'فاطري','URL Test' }, 
        { 'فاطري','other/wane.mp3' }, 
{ "وين اروح","wane.mp3" }, 
        { 'PUTEM UP','URL Test' }, 
} 
  
for _,v in next,Sound do 
    MyRow = guiGridListAddRow ( GridList ) 
    guiGridListSetItemText ( GridList,MyRow,1,v[1],false,false ) 
    guiGridListSetItemData ( GridList,MyRow,1,v[2] ) 
end 
  
addEventHandler('onClientGUIClick',StartSound, 
    function (      ) 
        if guiGridListGetSelectedItem ( GridList ) ~= -1 then 
        if isElement ( sound ) then 
            destroyElement ( sound ) 
        end 
        sound = playSound ( guiGridListGetItemData ( GridList,MyRow,1 ) ) 
        outputChatBox(' Sound Loading ...') 
    end 
end,false 
) 
  

local Button = StartSound 

Link to comment

انا عارف وش لحس مخك الاختصارات,

local Sound = { 
    -- { String Text,String URL }, 
        { 'دله الرسلان','URL Test' }, 
        { 'فاطري','URL Test' }, 
        { 'فاطري','other/wane.mp3' }, 
{ "وين اروح","wane.mp3" }, 
        { 'PUTEM UP','URL Test' }, 
} 
  
for _,v in next,Sound do 
    MyRow = guiGridListAddRow ( YourGridList ) 
    guiGridListSetItemText ( YourGridList,MyRow,1,v[1],false,false ) 
    guiGridListSetItemData ( YourGridList,MyRow,1,v[2] ) 
end 
  
addEventHandler('onClientGUIClick',YourButton, 
    function (      ) 
        if guiGridListGetSelectedItem ( YourGridList ) ~= -1 then 
        if isElement ( sound ) then 
            destroyElement ( sound ) 
        end 
        sound = playSound ( guiGridListGetItemData ( YourGridList,MyRow,1 ) ) 
        outputChatBox(' Sound Loading ...') 
    end 
end,false 
) 

الاستبدال,

سطر 11 و12 و13 ,

YourGridList = اسم الجريد ليست حقك,

سطر 16,

YourButton = اسم الزر الي تبيه يشغل الصوت,

سطر 18 و22

YourGridList = اسم الجريد ليست حقك,

Link to comment
addEventHandler('onClientGUIClick',StartSound, 

شوف معرفة شيلة خلاص

طيب شفيه مايشتغل

:(:(:(:(:(

طيب هات أكواد يكون فيها أزرار

وكل ماتضغط زر تتغير الصوت

يعني تضغط زر

وتسمع قران

تضغط الزر الثاني

يطفي القران وتجي أنشوده اللي هي الزر الثاني

و5 فقرات خليها

وإذا خلاص مايبي يسمع يضغط

Stop Sound

اللي هي زر ^

الإغلاق

... :(:(:(:(:(

Link to comment
انا عارف وش لحس مخك الاختصارات,

local Sound = { 
    -- { String Text,String URL }, 
        { 'دله الرسلان','URL Test' }, 
        { 'فاطري','URL Test' }, 
        { 'فاطري','other/wane.mp3' }, 
{ "وين اروح","wane.mp3" }, 
        { 'PUTEM UP','URL Test' }, 
} 
  
for _,v in next,Sound do 
    MyRow = guiGridListAddRow ( YourGridList ) 
    guiGridListSetItemText ( YourGridList,MyRow,1,v[1],false,false ) 
    guiGridListSetItemData ( YourGridList,MyRow,1,v[2] ) 
end 
  
addEventHandler('onClientGUIClick',YourButton, 
    function (      ) 
        if guiGridListGetSelectedItem ( YourGridList ) ~= -1 then 
        if isElement ( sound ) then 
            destroyElement ( sound ) 
        end 
        sound = playSound ( guiGridListGetItemData ( YourGridList,MyRow,1 ) ) 
        outputChatBox(' Sound Loading ...') 
    end 
end,false 
) 

الاستبدال,

سطر 11 و12 و13 ,

YourGridList = اسم الجريد ليست حقك,

سطر 16,

YourButton = اسم الزر الي تبيه يشغل الصوت,

سطر 18 و22

YourGridList = اسم الجريد ليست حقك,

العكس المفروض تسهل بس الشكوى لله نسهل و ينلحسون .. |: .. kill me ..

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