Jump to content

كود قريد ليست


Recommended Posts

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

 

  • Thanks 1
Link to comment
11 hours ago, No_name said:

+Source|>

:lol:

طرحتها ض

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 )

جربءء

  • Thanks 1
Link to comment
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)

 

????

  • Confused 1
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...