πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

Questions & Troubleshooting

This section addresses common questions and issues you may encounter while using BIT-Carrental.

Frequently Asked Questions

How long can players rent vehicles?

By default, players can rent vehicles for 30 minutes. The rental time can be adjusted in the configuration file by changing the Config.RentTime value (in milliseconds).

Can I add more vehicles?

Yes! You can add unlimited vehicles in the configuration file. Simply follow the existing vehicle format and add new entries in the Config.Cars table with:

  • Vehicle model name
  • Image URL
  • Price
  • Price display text

What happens when the rental time expires?

When the rental time expires, the vehicle will be removed and the player will receive a notification. Players receive warnings at 15 minutes and 1 minute before expiration to return the vehicle.

How do I change the rental prices?

Rental prices can be modified in the Config.Cars table for each vehicle. Simply change the price values (e.g., Sport1Price, Classic1Price, Moto1Price) to your desired amounts.

Can I change the marker location?

Yes, you can change the marker location by modifying the Config.Marker coordinates in the configuration file. You can also customize the marker color using the Config.MarkerColor RGB values.

How do I customize the warning times?

Warning times can be adjusted in the configuration:

  • Config.WarningRentTime1 - First warning (default: 15 minutes before expiration)
  • Config.WarningRentTime2 - Final warning (default: 1 minute before expiration)

Values are in milliseconds (e.g., 900000 = 15 minutes).

Does this script track rental history?

The script includes Discord webhook integration for tracking rental activities. Enable it by setting your webhook URL in Config.DiscordWebhookLink.