Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/01/21 in Posts

  1. Install: npm npm i @ragemp-tools/online@beta const { peak, online, servers } = require('@ragemp-tools/online') peak().then(console.log) // output: peak online online().then(console.log) // output: online now servers().then(console.log) // output: servers // Definition; async Function(): Promise<any>
    1 point
  2. Install: npm npm i @ragemp-tools/server@beta const { server } = require('@ragemp-tools/server') server('1.1.1.1:11111').then(console.log) // output: // { // name: 'Test Server', // gamemode: 'testplay', // url: 'mur.cx', // lang: 'ru', // players: 1109, // peak: 1109, // maxplayers: 1109 // } // Definition; async Function(): Promise<any>
    1 point
×
×
  • Create New...