Absolutely make sure to get yourselves over to the discord if you want to have any input on this project and the end direction. We want to build a solid community who love what we've created.
We post daily updates on things we've been working on, so it's the number one place to keep in the loop when it comes to Project Vice!
Great things on the horizon!
π΄
mp.events.addCommand("pos", (player) => {
player.outputChatBox("Coords: " + JSON.stringify(player.position));
});
This should be all you need to output player's position. This is a server side script.
It looks like you were mixing server-side scripting with client-side scripting in your code. I'd suggest taking a look at the RageMP Wiki for some tips.