SycroX Posted July 14, 2018 Share Posted July 14, 2018 20 minutes ago, +Source|> said: ترى انا ادخل اساعد واطلع ما اشوف اللي فوق ترى تساعد بعد ما الراجل انساعد خلاص ؟ ولا تزويد مشاركات ؟ 2 Link to comment
No_name Posted July 14, 2018 Author Share Posted July 14, 2018 ابيها للقريد ليست مو الشات يرجال تصير كذا ؟ guiGridListSetItemText(removeHex(getPlayerName(v),6)) Link to comment
Rockyz Posted July 14, 2018 Share Posted July 14, 2018 15 minutes ago, No_name said: ابيها للقريد ليست مو الشات يرجال تصير كذا ؟ guiGridListSetItemText(removeHex(getPlayerName(v),6)) اطرح اكوادك Link to comment
No_name Posted July 14, 2018 Author Share Posted July 14, 2018 setTimer ( function ( ) guiGridListClear( NONE ) local g = getPlayersSortByaPlayTime ( ) for i = 1, 20 do local aRow = guiGridListAddRow( NONE ) if ( g [ i ] )then guiGridListSetItemText( NONE, aRow, 1, i ..'-', false, false ) guiGridListSetItemText( NONE, aRow, 2, getPlayerName( g [ i ].player ), false, false ) guiGridListSetItemText( NONE, aRow, 3, convertNumber( g [ i ].PlayTime ), false, false ) guiGridListSetItemColor( NONE, aRow, 1, 255, 255, 0 ) guiGridListSetItemColor( NONE, aRow, 2, 255, 0, 0 ) guiGridListSetItemColor( NONE, aRow, 3, 0, 255, 0 ) end end end ,50, 0 ) #,+( _xiRoc[K]; > Link to comment
+Source|> Posted July 14, 2018 Share Posted July 14, 2018 14 hours ago, #َxLysandeR said: تساعد بعد ما الراجل انساعد خلاص ؟ ولا تزويد مشاركات ؟ مش اي هبل في الجبل Link to comment
No_name Posted July 14, 2018 Author Share Posted July 14, 2018 +Source|> 8 minutes ago, #,+( _xiRoc[K]; > said: اطرح اكوادك طرحتها ض Link to comment
Rockyz Posted July 14, 2018 Share Posted July 14, 2018 8 minutes ago, No_name said: setTimer ( function ( ) guiGridListClear( NONE ) local g = getPlayersSortByaPlayTime ( ) for i = 1, 20 do local aRow = guiGridListAddRow( NONE ) if ( g [ i ] )then guiGridListSetItemText( NONE, aRow, 1, i ..'-', false, false ) guiGridListSetItemText( NONE, aRow, 2, getPlayerName( g [ i ].player ), false, false ) guiGridListSetItemText( NONE, aRow, 3, convertNumber( g [ i ].PlayTime ), false, false ) guiGridListSetItemColor( NONE, aRow, 1, 255, 255, 0 ) guiGridListSetItemColor( NONE, aRow, 2, 255, 0, 0 ) guiGridListSetItemColor( NONE, aRow, 3, 0, 255, 0 ) end end end ,50, 0 ) #,+( _xiRoc[K]; > setTimer(function() guiGridListClear(NONE) local g = getPlayersSortByaPlayTime() for i = 1, 20 do local aRow = guiGridListAddRow(NONE) if not g[i] then break end guiGridListSetItemText(NONE, aRow, 1, i ..'-', false, false) guiGridListSetItemText(NONE, aRow, 2, getPlayerName(g[i].player):gsub('#%x%x%x%x%x%x', ''), false, false) guiGridListSetItemText(NONE, aRow, 3, convertNumber(g[i].PlayTime), false, false) guiGridListSetItemColor(NONE, aRow, 1, 255, 255, 0) guiGridListSetItemColor(NONE, aRow, 2, 255, 0, 0) guiGridListSetItemColor(NONE, aRow, 3, 0, 255, 0) end end, 1000, 0) 1 Link to comment
+Source|> Posted July 14, 2018 Share Posted July 14, 2018 11 hours ago, No_name said: +Source|> طرحتها ض setTimer ( function ( ) guiGridListClear( NONE ) local g = getPlayersSortByaPlayTime ( ) for i = 1, 20 do local aRow = guiGridListAddRow( NONE ) if ( g [ i ] )then guiGridListSetItemText( NONE, aRow, 1, i ..'-', false, false ) guiGridListSetItemText( NONE, aRow, 2, getPlayerName( g [ i ].player ):gsub( "#%x%x%x%x%x%x", "" ), false, false ) guiGridListSetItemText( NONE, aRow, 3, convertNumber( g [ i ].PlayTime ), false, false ) guiGridListSetItemColor( NONE, aRow, 1, 255, 255, 0 ) guiGridListSetItemColor( NONE, aRow, 2, 255, 0, 0 ) guiGridListSetItemColor( NONE, aRow, 3, 0, 255, 0 ) end end end ,50, 0 ) جربءء 1 Link to comment
Rockyz Posted July 14, 2018 Share Posted July 14, 2018 3 minutes ago, +Source|> said: setTimer ( function ( ) guiGridListClear( NONE ) local g = getPlayersSortByaPlayTime ( ) for i = 1, 20 do local aRow = guiGridListAddRow( NONE ) if ( g [ i ] )then guiGridListSetItemText( NONE, aRow, 1, i ..'-', false, false ) guiGridListSetItemText( NONE, aRow, 2, getPlayerName( g [ i ].player ):gsub( "#%x%x%x%x%x%x", "" ), false, false ) guiGridListSetItemText( NONE, aRow, 3, convertNumber( g [ i ].PlayTime ), false, false ) guiGridListSetItemColor( NONE, aRow, 1, 255, 255, 0 ) guiGridListSetItemColor( NONE, aRow, 2, 255, 0, 0 ) guiGridListSetItemColor( NONE, aRow, 3, 0, 255, 0 ) end end end ,50, 0 ) جربءء 3 minutes ago, #,+( _xiRoc[K]; > said: setTimer(function() guiGridListClear(NONE) local g = getPlayersSortByaPlayTime() for i = 1, 20 do local aRow = guiGridListAddRow(NONE) if not g[i] then break end guiGridListSetItemText(NONE, aRow, 1, i ..'-', false, false) guiGridListSetItemText(NONE, aRow, 2, getPlayerName(g[i].player):gsub('#%x%x%x%x%x%x', ''), false, false) guiGridListSetItemText(NONE, aRow, 3, convertNumber(g[i].PlayTime), false, false) guiGridListSetItemColor(NONE, aRow, 1, 255, 255, 0) guiGridListSetItemColor(NONE, aRow, 2, 255, 0, 0) guiGridListSetItemColor(NONE, aRow, 3, 0, 255, 0) end end, 1000, 0) ???? 1 Link to comment
SycroX Posted July 14, 2018 Share Posted July 14, 2018 26 minutes ago, #,+( _xiRoc[K]; > said: ???? فكك ذا جي يجمع posts لا غير Link to comment
+Source|> Posted July 14, 2018 Share Posted July 14, 2018 3 hours ago, No_name said: مشكورين العفو Link to comment
#Major . Posted July 14, 2018 Share Posted July 14, 2018 10 hours ago, +Source|> said: ترى انا ادخل اساعد واطلع ما اشوف اللي فوق ترى زي م قال روك عشان م نبي زيادة مشاركات ع الفاضي 1 1 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