Bssol Posted February 10, 2013 Share Posted February 10, 2013 (edited) السلام عليكم ورحمة الله وبركاته شباب هذا كود مسويه من زمان، مدري اذا شخص مسويه قبلي ولا لا الكود مهمته يعطيك الـ Row بمعلومية القيمة كل الي عليك تعطي الكود اللستة الي تبيها + القيمة + الـ column int getRowFromItemText ( element gridList, string itemText [, int column] ) function getRowFromItemText ( list, name, colum ) if ( isElement(list) ) and ( type(name) == "string" ) then local colum = tonumber(colum) or 1 local rows = guiGridListGetRowCount ( list ) - 1 for i=0,rows do local text = guiGridListGetItemText ( list, i, colum ) if ( text == name ) then return i end end end return false end اتمنى افدتكم ذذ Edited March 24, 2013 by Guest Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 تسلم عـ الطرح ومشكور !! Link to comment
MR.S3D Posted February 10, 2013 Share Posted February 10, 2013 تسلم عالطرح وذا الكود يفيدك خصوصا اذا كان مودك تستخدم فيه القريد لست كثير فديت طروحاتك ياعسل ض1 Link to comment
[S.R]==|>K$hK$h Posted February 10, 2013 Share Posted February 10, 2013 تسلم على الكود وراح يفيد الكثيرين وتسلم Link to comment
|Mr|-Talal07-| Posted February 13, 2013 Share Posted February 13, 2013 وظيفة ولا اروع تصدق كنت زمان ادور عليها احسبها في الويكي ض2 شكرا على الطرح Link to comment
hassan.k.s.a Posted February 22, 2013 Share Posted February 22, 2013 والله فنكشن روعه لاهنت على طرحه ضيفه هنا https://wiki.multitheftauto.com/wiki/Useful_Functions 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