Hello, Guest

By registering with us, you'll be able to discuss, share and private message with other members of our community.
What's new

Search results

  1. Alexalsaud

    SCRIPT Script to collect weed for RedAge 1.1

    Script to collect weed for RedAge 1.1 Script to collect weed for RedAge 1.1 You must be registered for see element. You must be registered for see element. You must be registered for see element.
  2. Alexalsaud

    SCRIPT Casino Script (Car Lottery + Lucky Wheel)

    Casino Script (Car Lottery + Lucky Wheel) You must be registered for see element.
  3. Alexalsaud

    SCRIPT Setting Up Weather and Time Cycles

    Setting Up Weather and Time Cycles Basic script for synchronizing play time in user loops How to use: Simply place the script on the server side (Package) and change the "const cicleTime" to your daily cycle size. Use the minutes of real life for this. Example: "30" would be 15 minutes in a...
  4. Alexalsaud

    SCRIPT Smooth throttle cars on your server!

    Smooth throttle cars on your server! This resource will prevent your car from skidding all the time when accelerating. It will also prevent you from reversing when braking. You'll come to a complete stop and then you'll have to reverse again to really start driving backwards. Note that you can...
  5. Alexalsaud

    SCRIPT The work of the garbage truck is fixed

    Fixed the work of the garbage truck, keep it - You must be registered for see element.. Suitable for both RedAge and regular builds. Installation: RedAge 1. GarbageTruck.cs throw in the path: dotnet\resources\client\Jobs 2. Throw the garbageWork folder into the Change salary client_packages...
  6. Alexalsaud

    SCRIPT RedAge Build Container System(0.3.7)

    RedAge Build Container System(0.3.7) You must be registered for see element. You must be registered for see element. Container system - once at each specific time in the state (you can specify hours, minutes, conditions) containers are brought to the port. This is reported in the global chat...
  7. Alexalsaud

    SCRIPT Client AntiCheat 1.3.1

    Client AntiCheat 1.3.1 You must be registered for see element.
  8. Alexalsaud

    SCRIPT Camera in a helicopter

    Camera in a helicopter You must be registered for see element. You must be registered for see element.
  9. Alexalsaud

    SCRIPT Working with the mini-game

    Working with the mini-game
  10. Alexalsaud

    SCRIPT ChristmasEvent Redage v3

    ChristmasEvent Redage v3 You must be registered for see element. You must be registered for see element.
  11. Alexalsaud

    SCRIPT Majestic megaphones

    Majestic megaphones
  12. Alexalsaud

    SCRIPT Redage v3 Weapons

    Redage v3 Weapons You must be registered for see element. You must be registered for see element.
  13. Alexalsaud

    SCRIPT Admin panel RedAge 3.0

    Admin panel RedAge 3.0 You must be registered for see element. You must be registered for see element. You must be registered for see element.
  14. Alexalsaud

    SCRIPT SASPA Fraction (redage v3)

    SASPA Fraction (redage v3) You must be registered for see element.
  15. Alexalsaud

    SCRIPT Hall man in handcuffs as on GTA 5 rp Rage:MP

    Hall man in handcuffs as on GTA 5 rp Rage:MP You must be registered for see element. You must be registered for see element.
  16. Alexalsaud

    SCRIPT Map Spawn Selection Interface | React + Typescript Rage:MP

    Map Spawn Selection Interface | React + Typescript Rage:MP I leave to your attention the spawn selection interface. You must be registered for see element. { "trigger": "trigger", "name": "Trigger", "position": { "x": 0, "y": 0 } } export type ISpawns = 'ballas' | 'gov' | 'army' |...
  17. Alexalsaud

    SCRIPT Coordinates

    Coordinates This script displays the coordinates to the top of the screen. Uses an event renderer, which means that the coordinates will be updated with each of your frames :) For training and understanding how the code works, it will do very well. ##Client Side mp.events.add('render', () =>...
  18. Alexalsaud

    SCRIPT Parachute Issuance Rage:MP

    Parachute Issuance Rage:MP Parachute issuance when jumping from a helicopter //PARACHUTE mp.events.add('playerExitVehicle', (player, vehicle) => { player.giveWeapon(mp.joaat('gadget_parachute'),1000); });
  19. Alexalsaud

    SCRIPT Motorcycle Stunts RAGE:MP

    Motorcycle Stunts RAGE:MP You must be registered for see element. A simple JS script that allows you to do stunts on certain motorcycles. You must be registered for see element. You must be registered for see element.
  20. Alexalsaud

    SCRIPT Revive the server - Add NPC+ traffic to the RAGE:MP server

    Revive the server - Add NPC+ traffic to the RAGE:MP server You must be registered for see element. mp.events.add('guiReady', () => { mp.game.ped.removeScenarioBlockingArea(0, true); mp.game.streaming.setPedPopulationBudget(3); mp.game.ped.setCreateRandomCops(true)...
Back
Top