Jump to content
RAGE Multiplayer Community

MC-RP Object Editor 1.0.0

   (2 reviews)

1 Screenshot

About This File

This is a public release of the object editor used on the Mafia City Roleplay server. 

Usage client-side: 

let obj = mp.objects.new(mp.game.joaat(model), new mp.Vector3(position.x, position.y, position.z));
mp.events.call('objecteditor:start', obj.id);
mp.events.add('objecteditor:finish', (objId, pos, rot) => {
  if(obj.id == objId) {
    // send pos and rot to server and save or do whatever.
    return;
  }
});

 

Github Link: https://github.com/Ahmad45123/ragemp-objecteditor

  • Like 5
 Share


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

×
×
  • Create New...