Jump to content

Search the Community

Showing results for tags 'مشكلة بسيطة'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. السلام عليكم الحين انا مسوي مود توبات وشغال تمام مع الفلوس وغيرة بس مع الوقت يصير فيه مشكلة وم يحط توبات الوقت صح يعني اول شخص يدخل السرفر يطلع باول الجريد لست حتي لو هو اقل شخص معه ساعات الاكواد -- server setTimer ( function ( ) TopTime = {} for _,player in ipairs( getElementsByType("player") ) do table.insert( TopTime, { name = getPlayerName ( player ), time = getElementData( player, "PlayTime" ) } ) end table.sort( TopTime, function( a, b ) return( tonumber( a.time ) or 0 ) > ( tonumber( b.time ) or 0 ) end ) triggerClientEvent ( root, "getTopTime", root, TopTime ) end end, 1000, 0 ) -- client addEvent ("getTopTime", true ) addEventHandler ("getTopTime", root, function ( TopTime ) guiGridListClear(gridlistTime) for k,v in ipairs (TopTime) do local row = guiGridListAddRow(gridlistTime) guiGridListSetItemText ( gridlistTime, row , 1 , k .. '-' , false , false ) guiGridListSetItemColor ( gridlistTime , row , 1 , 255,255,0 ) guiGridListSetItemText(gridlistTime,row,2,TopTime[k].name:gsub("#%x%x%x%x%x%x",""),false,false) guiGridListSetItemColor ( gridlistTime , row , 2 , 255,255,0 ) guiGridListSetItemText(gridlistTime,row,3,TopTime[k].time,false,false) guiGridListSetItemColor ( gridlistTime , row , 3 , 255,255,0 ) end end ) وهذة الداتا حق الوقت : setElementData( v, "PlayTime", tostring( hour )..':'..tostring( mint )..':'..tostring( sec ) ) وش الحل ؟
×
×
  • Create New...