Jump to content

كيف؟


#Major .

Recommended Posts

11 minutes ago, *RayaN-Alharbi. said:

السلام عليكم

انا سويت لوحة قريد ليست وحطيت فيها الاعبين لكن واجهتني مشكلة

الي هي اكواد الالوان

HTML

م ابيها تضهر بالاسامي  ؟ فيه حل عشان اخفيها؟

string.gsub

 

Link to comment
1 minute ago, #SycroX said:

عفوا

بما انك موجود حبيت اسألك

كيف اقدر اخلي الاعب لما يكتب بالشات اول مره وبعدين يكتب المره الثانيه يقله انتضر ثانيه او انتضر ثانيتين ووبعدين يقدر؟؟

Link to comment
Just now, *RayaN-Alharbi. said:

بما انك موجود حبيت اسألك

كيف اقدر اخلي الاعب لما يكتب بالشات اول مره وبعدين يكتب المره الثانيه يقله انتضر ثانيه او انتضر ثانيتين ووبعدين يقدر؟؟

table

cancelEvent

outputChatBox

Link to comment
On 1/30/2018 at 18:53, #SycroX said:

yup

getPlayerName(v):gsub( "#%x%x%x%x%x%x", " " )

setTimer (
    function ( )
        guiGridListClear( TimeList )
        local g = getPlayersSortByaTime ( )
        for i = 1, 30 do
        local aRow = guiGridListAddRow( TimeList )
            if ( g [ i ] )then
                guiGridListSetItemText( TimeList, aRow, 1, i ..'-', false, false )
                guiGridListSetItemText( TimeList, aRow, 2, getPlayerName ( g [ i ].player ), false, false )
                guiGridListSetItemText( TimeList, aRow, 3, convertNumber( g [ i ].Time ), false, false )
                    guiSetFont ( TimeList, "default-bold" )

            end
        end
    end
, 1000, 0 )

كيف اقدر ادخلل عليه؟

Link to comment
1 hour ago, *RayaN-Alharbi. said:

setTimer (
    function ( )
        guiGridListClear( TimeList )
        local g = getPlayersSortByaTime ( )
        for i = 1, 30 do
        local aRow = guiGridListAddRow( TimeList )
            if ( g [ i ] )then
                guiGridListSetItemText( TimeList, aRow, 1, i ..'-', false, false )
                guiGridListSetItemText( TimeList, aRow, 2, getPlayerName ( g [ i ].player ), false, false )
                guiGridListSetItemText( TimeList, aRow, 3, convertNumber( g [ i ].Time ), false, false )
                    guiSetFont ( TimeList, "default-bold" )

            end
        end
    end
, 1000, 0 )

كيف اقدر ادخلل عليه؟

setTimer(function()
    guiGridListClear( TimeList )
    local g = getPlayersSortByaTime()
    for i = 1, 30 do
		local aRow = guiGridListAddRow( TimeList )
		if g[i]then
			guiGridListSetItemText( TimeList, aRow, 1, i ..'-', false, false )
			guiGridListSetItemText( TimeList, aRow, 2, getPlayerName(g[i].player):gsub("#%x%x%x%x%x%x", ""), false, false )
			guiGridListSetItemText( TimeList, aRow, 3, convertNumber(g[i].Time), false, false )
			guiSetFont ( TimeList, "default-bold" )
        end
    end
end, 1000, 0)

 

Link to comment
8 hours ago, #x1AhMeD,-09 said:

setTimer(function()
    guiGridListClear( TimeList )
    local g = getPlayersSortByaTime()
    for i = 1, 30 do
		local aRow = guiGridListAddRow( TimeList )
		if g[i]then
			guiGridListSetItemText( TimeList, aRow, 1, i ..'-', false, false )
			guiGridListSetItemText( TimeList, aRow, 2, getPlayerName(g[i].player):gsub("#%x%x%x%x%x%x", ""), false, false )
			guiGridListSetItemText( TimeList, aRow, 3, convertNumber(g[i].Time), false, false )
			guiSetFont ( TimeList, "default-bold" )
        end
    end
end, 1000, 0)

 

اخليها دايم بعد الاليمنت؟ صح

Link to comment
12 minutes ago, #x1AhMeD,-09 said:

وش يقولك الدي بق

الدي بق فاضي والاسامي موجودة

بس جربت الي تحت زبطت <>

مو مشكلةة

11 minutes ago, *RayaN-Alharbi. said:

الدي بق فاضي والاسامي موجودة

بس جربت الي تحت زبطت <>

مو مشكلةة

لكن هذا الكود جربت الطريقتين ومازبط ممكن تتعطيني السبب؟

guiGridListSetItemText(GUIEditor.gridlist[1], row, 1,  getPlayerName(player):gsub("#%x%x%x%x%x%x", ""), false, false) 

 

Edited by *RayaN-Alharbi.
خطأ في الأملاء
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...