Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/09/24 in all areas

  1. Hello everyone, As you know, we usually announce platform updates and changes in our Discord community. Today, however, we’re especially excited to announce the highly anticipated complete Rockstar Editor and Director Mode integration in RAGE Multiplayer - let's see the details in depth! qFjZ11D.mp4 Rockstar Editor With this update, we're bringing you the full power of Rockstar's advanced video recording and editing suite directly into your gameplay sessions. Whether you're crafting cinematic masterpieces or simply capturing your most epic moments, the R* Editor is now at your fingertips in RAGE Multiplayer. It's seamlessly implemented with quick transitions into and from the editor to the game, ensuring a smooth and intuitive experience. Replay Recording Enhancements: We've implemented an option to expand continuous clip length with the enable-replay-extensions client experimental flag in settings. Caution: this option might require additional RAM. Improved Stability: Fixed several base game R* Editor crashes and bugs to enhance stability. Platform fine-tuning: Improved replay recording in heavily loaded scenes for smoother playback. Camera Editor Freedom: Removed camera editor distance restrictions to give you more creative freedom in capturing your scenes. Preview.mp4 Integration API We've introduced a set of API changes to give server developers the tools they need for seamless transitions into and from R* Editor sessions. Added client-side cancellable event replayEditorRequest, allowing to delay player replay editor transition for the server to generate and save a return token for when player is coming back into game session. Added client-side method mp.game.replay.continueTransition() Client-side mp.storage.sessionData is now persistent between reconnections to the same server during a single session (R* Editor included) Additionally, server developers may need to implement replay recording start, stop, and save logic using the existing client-side game API. Extended Video Export Extended Video Export is a GTA V single-player plugin that enhances the base game video exporter with customizable encoding presets, advanced motion blur, higher FPS, and higher resolution support. We’ve made this compatible with RAGE Multiplayer through a custom version integrated with both the client and the anti-cheat. Click here to download. Note: the Voukoder Classic 13.3+ dependency is required. We can't wait to see the incredible movies you'll create with R* Editor in RAGE Multiplayer. Thanks for being a part of our community!
    2 points
  2. Version 1.0.0

    5868 downloads

    (Converted from GT-MP 31 MAY - Originally created 7 APR) I decided to convert my old resource to provide examples for others as well as learn the new API of RageMP. A simple approach to an admin system that makes use of JSON instead of a common SQL Database. Keep in mind this is nothing but a simple admin system to inspire someone else or continue to work on. There's plenty of commands missing if you intend to fit it to your own gamemode. I will mention that the ban system could use more work. At the moment it's easy to bypass seeing it's only based on the socialClubName of a player. Anyway, it's just an attempt at messing around a bit with JSON. If you're going to create a larger system I'd advice doing it differently. To alter your admin level, first register ingame and open up your JSON file. In the file you'll see your admin level that can range from 1-5. 1 being Junior & 5 being defined as Mangement. Command Description /login [password] Used to login to your admin account and gain access to the commands. /register [adminName] [password] Used to register an admin account. Currently there's no restrictions to prevent everyone from doing so. /ahelp Will display all commands avaliable to admins. /mute [target] Mutes the player and makes him unable to use the chat. /unmute [target] Unmutes the player and allows him to use the chat again. /spawnwep [wepName] [ammo] Creates a weapon and gives it to yourself with 9999 ammo unless specified otherwise. /spawncar [vehicleName] [color1] [color2] Create a vehicle and places you in the driversseat. Uses default color 1 unless specified otherwise. /setkevlar [target] [amount] Gives the target the desired amount of armor. /sethealth [target] [amount] Gives the target the desired amount of health, unless the target is dead. /goto [target] Teleports you to the target's position. /gethere [target] Teleports the target to your position. /kick [target] [reason] Simply kicks the player from server and display a message for everyone to see. /ban [target] [reason] Kicks the player and creates a ban file with the specified reason.
    1 point
×
×
  • Create New...