Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/07/20 in Files

  1. Version 1.0.1

    2576 downloads

    Now you can lock or unlock doors and gates (from GTA V world). How to do that? Just press E. If you appreciate my work, you can press the like button. ❤️
    1 point
  2. Version 0.3

    2202 downloads

    RageZombies (on Github) Zombie Survival Gamemode for RageMP Installation! Prerequisites: MongoDB, NodeJS > 8.0.0 , Intermediate JS Knowledge install all needed packages using npm i "compile" clientside code using watchify client/development/index.js -o client/index.js edit app.js to fit your environment run app.js node app.js run your server About RageZombies was heavily insipred by some of my Zombie Projects on MTA, different Survival/Zombie Games. Most of the Work was strongly influenced by the small community that gathered around the project, therefor special thanks to: Pluz The-Second RiiVu Chmuzy CarloGambino feris without their work i couldn´t have finished some parts Features please take into consideration that all of these are work in progress, meaning they are not finished. Plant System Clothing System Inventory Vehicles Lootable Items Lootable Chests Zombies Weapon Damage Equipment Gathering System Character System Account System Building System Hunger and Thirst Weather System ( Weather Zones ) Animation Sync Object Streamer Contribution If you feel like contribution to this project feel free to send requests. all constributors will be credited. License Please visit License for more information. Contact If you feel like contacting me for whatever reason Steam Discord Github RageMP Resource Credits Thanks to RageMPDev for his Attachment System Thanks to rootcause for his Crouch System and his Scaleform Messages Script Thanks to micaww for Rage-RPC Thanks to Larsf96 for his contribution to the CEFBrowser Class.
    1 point
  3. Version 2.0

    1340 downloads

    This script allows developers to run and test their code while in game using their favorite code editor. Preview: https://streamable.com/3fz1ck Features: Executes the code once you save the file Auto destroys the old entities created by hotloader to prevent duplicated entities created and improve rapid developing. Auto destroy old event listeners created by hotloader (`let myEvent = new mp.Event('render', ()=> {})`) , read below. Runs code server-side (hotloader/server/*) Runs code client-side (hotloader/client/*) Note this is not meant to be used in in production. How to use: Drag all the folders into server root (place the packages folder into your server/packages, and the hotloader folder in the server root) in root/hotloader you can do your testing in client.js or server.js or you can create new files in the same directory. You have to save the file to apply the chagnes. Auto entity/event remover is activated only when you declare entities with let/var in the main scope (not in if statements or functions) For events dont use mp.events.add, rather use `let myEvent = new mp.Event('eventName', function)` so hotloader can kill the event listener
    1 point
  4. Version 1.0.0

    900 downloads

    Job Taxi: 1. Call taxi; 2. Set the route by coordinates; 3. Accept call; 4. Good system of money calculation; 5. Reasonableness of the main features.
    1 point
×
×
  • Create New...