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

SCRIPT Car repair (RedAge 1.1)

Alexalsaud

Administrative
Staff member
Admin
Joined
Aug 5, 2024
Messages
337
ICoins
1,130

Car repair (RedAge 1.1)


A simple script for repairing a car at a certain point, for RedAge 1.1.

1725166456059.png
On the map you will find here:

1725166471830.png
Installation:
1. Follow the path - RedAge\server\dotnet\resources\client\Core and add the file: VehicleRepair.cs
2. Follow the path - RedAge\server\client_packages and throw the folder there: vehRep
3. Connect the vehRep folder, to do this, go to the index.js that is located in the client_packages and add to all the requirements:

JavaScript:
require('./vehRep/index.js');

 
Back
Top