Search the Community

Showing results for tags 'hot'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
    • RDR2 Multiplayer
  • 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


About Me


Facebook


Youtube


Skype


Web


VK

Found 1 result

  1. Mos

    hot-loader

    Version 1.0.3

    242 downloads

    This script allows developers to run and test their code while in game using their favorite code editor. Features: Dynamically updates variables created, (client-side) and destroys mp objects (event, vehicle, etc), this is to avoid overwriting the variable when saving the file again. For example, creating a vehicle with a variable, then saving the file again wont create 2 cars. Now it detects server-side code changes too and executes it. Also this is meant to be used in development environment only. How to use: While in game, use the command /hot (only to allow clientside code execution). Simply write new code or edit existing code then save the changes, hot loader will see the changes and execute it to players who wrote the command /hot. For server coding, write your code inside any folder inside "packages" and simply save it.