Jump to content

Search the Community

Showing results for tags 'hotreload'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
  • Scripting
    • Scripting
    • Resources
  • Community
    • Support
    • Servers
    • Media Gallery
  • Non-English
    • Русский - Russian
    • Français - French
    • Deutsch - German
    • Espanol - Spanish
    • Română - Romanian
    • Portuguesa - Portuguese
    • Polski - Polish

Categories

  • Scripts
  • Gamemodes
  • Libraries
  • Plugins
  • Maps
  • Tools

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Youtube


Skype


Web


VK

Found 1 result

  1. Mos

    hot reload V2 [JS]

    Version 2.0

    1451 downloads

    This tool 10x RageMP game development speed by allowing developers to run and test their code live without constant server restarts, just edit the file and save to see the result right away. Preview: https://streamable.com/3fz1ck Features: Run code on multiple clients at once. Auto cleanup of entities created. Event handlers cleanup (you can run your code multiple times event will be only registered once with the latest changes). Run server side code and client side with error handling (errors show up on screen for client-side). How to use: Drag all the folders into your server root. Require hotreload.js in your client_packages/index.js require('./hotreload.js') Use directories client | server to add your code or use the existing files provided. For client, use the variable executeFor: number[] to add your ID or any other client ID you want to execute your code on. (check the provided example hotreload/client/clientTest.js Github repo and more details: ItsMos/ragemp-hot-reload V2 Changelog: Support events mp.events.add Removed unreliable detection of variables using lexical analyzer. Now using wrapper functions instead.
×
×
  • Create New...