Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/13/23 in all areas

  1. Coming Soon! Join the Discord for future news & access to Open Beta once ready Discord Link
    1 point
  2. Still lots of work happening behind the scenes but I sure you will all love this when it comes out!! STAY TUNED!!
    1 point
  3. 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! 🌴
    1 point
  4. 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.
    1 point
  5. use player.spawn on playerDeath event mp.events.add('playerDeath', (player, reason, killer) => { setTimeout(() => { player.spawn(new mp.Vector3(-425.517, 1123.620, 325.8544)) }, 3000) })
    1 point
×
×
  • Create New...