Jump to content

cG-Ciasteczkowy

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by cG-Ciasteczkowy

  1. Hi, > openports > Testing ports... > Port testing service unavailable! (28 Error downloading requested files. Timeout was reached. [Connection timed out after 15008 milliseconds] [ports/?simple=1&g =22003&a=22126&h=22005])
  2. Hi, Please help on error
  3. Will this improve my errors I wrote above? Please answer
  4. I just wanted him to read the ping. Will this correct the error related to what I wrote?
  5. [ [ [ "Ciastuus", 28 ] ] ] I create a list of players with information about them in php. And that's how it looks The problem is that if there are more players, everything breaks down @gpetersz do you have a discord?
  6. Bad, Okey, function listPlayer( ) local players = {} for _, player in ipairs( getElementsByType ("player") ) do local name = getPlayerName( player ) local ping = getPlayerPing( player ) table.insert( players, ping ) end return players end
  7. Use, function listPing () local players = {} local playername = getPlayerName( player ) local ping = getPlayerPing( player ) table.insert( players, {playername, ping} ) return players end And ...
  8. Hey! Would someone tell me how to do getPlayerPing for the php sdk library? I only managed to make a list of players on the server function listPlayer( ) local players = {} for k, player in ipairs( getElementsByType ("player") ) do local player = getPlayerName( player ) table.insert( players, player ) end return players end
×
×
  • Create New...