Jump to content

طلب بقريد ليست


Recommended Posts

1 hour ago, #,+( _xiRoc[K]; > said:

local gridlist = -- القريد ليستlocal edit = -- الأيديتlocal values = {};addEvent('HoursSystem:1', true)addEventHandler('HoursSystem:1', root, function(LogHo)    values = LogHo;    refreshGrid()end)function refreshGrid()    guiGridListClear(gridlist)    for _, v in ipairs(values) do        local row = guiGridListInsertRowAfter(gridlist, -1)        guiGridListSetItemText(gridlist, row, 1, v.Time..' '..v.Action, false, false)        guiGridListSetItemColor(gridlist, row, 1, v.R, v.G, v.B)    endendaddEventHandler('onClientGUIChanged', resourceRoot, function()    if source == edit then    local textVar = guiGetText(source)        if textVar == '' then            refreshGrid()        else            guiGridListClear(gridlist)            for _, v in ipairs(values) do                local text = v.Time..' '..v.Action                if string.find(text:upper(), textVar:upper()) then                    local row = guiGridListAddRow(gridlist)                    guiGridListSetItemText(gridlist, row, 1, text, false, false);                    guiGridListSetItemColor(gridlist, row, 1, v.R, v.G, v.B)                end            end        end    endend)

 

القريد ليست صار مافيه اي شي

Link to comment
32 minutes ago, #,+( _xiRoc[K]; > said:

اطرح كل اكوادك سيرفر وكلينت وقولي انت وش تحاول تسوي

انا مسوي قاعدة بيانات وان الكلام الي بالايديت بوكس يجي بالقريد ليست لما اضغط زر معين

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

 

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