5.2.5 • Published 11 months ago

fivem-players v5.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

fivem-players 🚀

fivem-players is an npm package for interacting with FiveM servers. It allows you to easily fetch player counts.

Installation 📦

To install fivem-players, run the following command:

npm install fivem-players

Usage 💻

var { Server } = require('fivem-players');

async function getPlayersCount() {
    var server = new Server('IP:PORT')
    var playersCount = await server.getCount()
    console.log(playersCount)
}

getPlayersCount();

License 📜

  • This package is released under the MIT License.

Contributing 🤝

  • Feel free to open issues or submit pull requests if you'd like to contribute to this project!

Contact 📬

  • For any inquiries or support, please contact JxA.

Happy coding! 🎉

5.2.5

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago