Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/16/18 in all areas

  1. Hello, currently I do have a problem with Rage.exe when I attempting To join the server Directly/through the server, with this Follow Error: ERROR: Your game version is not supported by RAGE multiplayer. Please Upgrade to 1.44 in order to continue playing. ---- somehow I do Think This Error Related to new Steam update For G.T.A With it was unexpectable for Rage, So Rage Didn't update the Rage.exe --- I did also update my Client through the steam and in Game, Have no problem to join in on the original online Servers of GTA. if anybody has the same issue here please Drop Your comment here. Best regard, Landgraab
    2 points
  2. Version 1.0.0

    830 downloads

    Hi everyone! In need of a custom script for a Custom NameTag, I found the @hartority script, however, it was an outdated project and it had been made for version 0.2 of RageMP, with some references already removed, well, I bring you today the corrected code. Requirements: RageMP server files. Nothing more! Just have fun. Introduction: This script is a reliable edition of the one produced by @hartority with only a few references to the RageMP library, so all code is credit @hartority. Let's start: 1. Go to "client_packages" folder in "RAGEMP/server-files" directory, usually: 2. Create a JavaScript archive (.js) named "customtag.js", example: 3. Inside the "customtag.js" paste this code: 4. Save "customtag.js" file, and open "index.js" in "C:\RAGEMP\server-files\client_packages" directory and put this: End! Just test it and tell me if something goes wrong Usage example: The original code topic of @hartority: Thanks for all feedbacks, mad thanks @hartority for your commitment if you do not authorize this topic, please let me know
    1 point
  3. Version 1.0.1

    788 downloads

    This resource lets you control the blackout feature of GTA V. Installing Put the files you downloaded in their respective places Add require('blackout') to client_packages/index.js All done API // Serverside (synced to every player) mp.world.blackout.enabled // get mp.world.blackout.enabled = true/false // set // Clientside (only for a client) mp.game.blackout.enabled // get mp.game.blackout.enabled = true/false // set You can also trigger SetBlackoutState event with the first argument being the new state of blackout. Example // Toggle blackout mode with /toggleblackout (Serverside) mp.events.addCommand("toggleblackout", (player) => { mp.world.blackout.enabled = !mp.world.blackout.enabled; player.outputChatBox(`Blackout ${mp.world.blackout.enabled ? `enabled` : `disabled`}.`); }); // Toggle blackout mode with F8 key (Clientside) mp.keys.bind(0x77, false, () => { mp.game.blackout.enabled = !mp.game.blackout.enabled; mp.gui.chat.push(`Blackout ${mp.game.blackout.enabled ? `enabled` : `disabled`}.`); });
    1 point
  4. Version 1.0.1-NativeUI

    254 downloads

    This resource lets you preview many of the available timecycle modifiers in GTA V. Installing Download & install the latest BasicMenu or NativeUI if you haven't already, this script needs it Drop the timecycpreview folder to your server's client_packages Add require('timecycpreview') to client_packages/index.js All done Controls Page Up - Increase timecycle modifier strength Page Down - Decrease timecycle modifier strength F9 - Show/hide the menu
    1 point
  5. Захожу на сервер, пишет: Error: Your game version is not supported by RAGE Miltiplayer. Please upgrade to 1.44 in order to continue playing. При этом когда заходу просто в онлайн,пишет что версия 1.44. Лаунчер сам начинал качать какие то 900~ МБ.
    1 point
  6. Well, Hello, Rage, Watanabe My Dude
    1 point
  7. Same Problem Here Tho, I did update my game and it didn't Worked out also The is alot amount of people that they have the same issue
    1 point
  8. Better learn js before scripting please.
    1 point
  9. Because the rank 7 is internal police, you need to put the rank 6 (LSPD chief) 😉
    1 point
  10. I think you can't upgrade it on xampp, because the MariaDB version is not 8.0 compatible yet.
    1 point
×
×
  • Create New...