Jump to content

x[ Problem ]x GridList


Recommended Posts

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

انا مسوي لوحة

فيها جريد ليست وايديت وبوتون

لما احدد ع اسم الاعب واكتب السبب

لازم اضغط الرو مرتين عشان يطلع في الشات

انا ابيه لما اكتب السبب في الايديت واضغط بوتون يطلع في الشات :]

addEventHandler( "onClientGUIDoubleClick",guiRoot,function( ) 
    if ( source == GridList ) then 
        local selectedRow, selectedCol = guiGridListGetSelectedItem( GridList ) 
        local playerName = guiGridListGetItemText( GridList, selectedRow, selectedCol ) 
        if ( string.len(guiGetText(Reason)) > 4 ) then 
            triggerServerEvent("Iloveu",localPlayer,guiGetText(Reason),(playerName)) 
        end 
    end 
end) 

Link to comment

لم تزبط معنا

  addEventHandler("onClientGUIClick",root, 
       function() 
      if source == Ok then 
        local selectedRow, selectedCol = guiGridListGetSelectedItem( GridList ) 
        local playerName = guiGridListGetItemText( GridList, selectedRow, selectedCol ) 
        if ( string.len(guiGetText(Reason)) > 4 ) then 
            triggerServerEvent("iloveu",localPlayer,guiGetText(Reason),(playerName)) 
  
        end 
    end 
end) 
  

كذا ؟

Link to comment
اكبر غلط انك تحط كود وتقول كذا

المفروض تجرب وتشوف وش يطلع لك بالديبوق

وتحاول تصلحه ماقدرت تحط الكود الي فيه اخطاء

خلاص زبط يعطيك العافية :D

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