📻rcore_radiocar

Step by step installation guide, config preview, locale preview, common issues & solutions and most importantly code snippets to help you integrate our system with known resources.

Showcase

Buy Here

Installation Guide

This script REQUIRES artifact version 4752 or newer

First step is selecting your framework, find in config.lua this:Config.Framework.

Depending on your framework you will choose 1 or 2 So if you're using ESX it will look like this

Second step is selecting your MySQL driver, find in config.lua this:Config.MysqlType

The value will depend on what mysql resource your server is using at the moment So lets say your server is using "mysql-async" then you will have to change the value like this

  • How to use it in game?

    • By default settings you can open the radio in car with keybind "G"

If you wish to change the key bind you can do it in config.lua by changing Config.KeyForRadio value You can also disable the key bind and use command only by switching this to true Config.EnableCommand

Common Issues & Solutions

You lack the required entitlement

Do you see something like this in the console?

Please read this guide: Error: You lack the required entitlement

Syntax error near '<\1>'

Do you see something like this in the console?

Please read this guide: Error: syntax error near '<\1>'

Could not find dependency / Can't run

Do you see something like this in the console?

Follow this guide please: Updating server

Do you see something like this in the console?

Follow this guide please: onesync

Last updated