const FiveM = require("fivem") // Import the npm package. const srv = new FiveM.Server('IP:PORT') // Set the IP with port. srv.getPlayers().then(data => console ...
確定! 回上一頁