Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/17/20 in Files

  1. Version 0.1

    2566 downloads

    With this script you can get coordinates of the camera and coordinates of where camera is pointing. F5 - enable/disable. F5+Space - disable without warping to ground. W/A/S/D/Space/LCtrl - move. /savecam [name] - save Camera position. Example of save: Position: -64.17094421386719, -824.6749877929688, 373.018310546875 | pointAtCoord: -76.13325500488281, -807.392822265625, 320.28961181640625 | entity: 139321 - First Pos Author: @ragempdev I just added possibility to save camera pos and pointAtCoord
    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...