Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/20 in Files

  1. Version 1.0.1

    611 downloads

    Every weapon has no reticle when aiming. (Working with snipers too.) Installation: 1) Unpack the zip. 2) If you haven't already, create a "dlcpacks" folder inside your "client_packages" folder. 3) Drop the "nosight" folder inside "dlcpacks"
    1 point
  2. Version 1.0.0

    396 downloads

    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
    1 point
×
×
  • Create New...