C7FW Identification System

This guide explains how to correctly install and configure C7FW Identification on your FiveM server. Follow each step carefully to ensure the script loads and functions as intended.

01. Installing the Resource

1

Download the latest release of C7 Identification;

This folder should contain the folder: c7-scripts-identification

2

Extract the .zip file's

3

Place the folder into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-framework-v3
    └── c7-scripts-identification
circle-exclamation

02. Adding to 'server.cfg'

Add the following line to your server.cfg, preferably after your MySQL and connection resources:

ensure oxmysql
ensure c7-scripts-notifications (start first)
ensure c7-scripts-framework-v3 (start second)
ensure c7-scripts-identification

03. Script Configuration

Altering the script to your preferred configuration has been made easy with our configuration file. To get started, you need to open the file: c7-scripts-identification/shared/config.lua

1

Configuring the Basics

To change the basics of this script, you need to change the following configuration lines:

2

Configuring the ID Cards

You must change the following lines:

3

Configuring the Law Enforcement Badges

You must change the following lines:

04. In-Game Commands

  • /id [type](optional) (Show yourself your own ID)

    • i.e. /id (or) /id Drivers

  • /idtypes (A list of ID types)

  • /showid [type] (Show an ID to someone nearby)

    • i.e. /showid (or) /showid Weapons

  • Or you can use ox_target.

Last updated