Mr.Mostafa Posted June 16, 2018 Author Share Posted June 16, 2018 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
Rockyz Posted June 16, 2018 Share Posted June 16, 2018 اطرح كل اكوادك سيرفر وكلينت وقولي انت وش تحاول تسوي Link to comment
Mr.Mostafa Posted June 16, 2018 Author Share Posted June 16, 2018 32 minutes ago, #,+( _xiRoc[K]; > said: اطرح كل اكوادك سيرفر وكلينت وقولي انت وش تحاول تسوي انا مسوي قاعدة بيانات وان الكلام الي بالايديت بوكس يجي بالقريد ليست لما اضغط زر معين وابي ان اقدر ابحث في القريد ليست هادا عن طريق الايديت بوكس Link to comment
Rockyz Posted June 16, 2018 Share Posted June 16, 2018 طيب اطرح الديبق و الكود كامل ولا كيف اعرف المشكلة وين Link to comment
Mr.Mostafa Posted June 17, 2018 Author Share Posted June 17, 2018 13 hours ago, #,+( _xiRoc[K]; > said: طيب اطرح الديبق و الكود كامل ولا كيف اعرف المشكلة وين كان في خطا عدلته واشتغل ما قصرت Link to comment
Rockyz Posted June 17, 2018 Share Posted June 17, 2018 26 minutes ago, Mr.Mostafa said: كان في خطا عدلته واشتغل ما قصرت مافي مشكلة 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