Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 23/08/23 in all areas

  1. السكربت كامل بالانجليزى
    1 point
  2. function getBigPlayer( ) local BigID, LastPlayer = 0 for _, Player in ipairs( getElementsByType( 'player' ) ) do local PlayerID = getElementData( Player, 'ID' ) or 0 if ( PlayerID and PlayerID > BigID ) then BigID, LastPlayer = PlayerID, Player end end return LastPlayer end -- Test local aPlayer = getBigPlayer( ) outputChatBox( aPlayer and getPlayerName( aPlayer ) or 'None' )
    1 point
  3. ياممممممغبر انت
    1 point
×
×
  • Create New...