Skip to content

TFNRP/framework

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TFNRP Framework

Patreon Discord FiveM

Table of Contents

About

The framework used by and created for TFNRP

Documentation

Server Convars

Server convars which can be used with the framework in order convar usage and convar description.
You can set a convar with set some_convar. Client replication (setr) not needed unless specified.

set reminders_interval <integer>: The interval between each reminder, in minutes. Default: 5
set reminders_prefix <string>: The reminder's prefix. Default: '^3^*[System]'
set framework_ServerNotifications_chatPublic <string>: A Discord webhook to be used with the chatPublic notification.
set framework_ServerNotifications_chatPrivate <string>: A Discord webhook to be used with the chatPrivate notification.
set framework_ServerNotifications_staffPublic <string>: A Discord webhook to be used with the staffPublic notification.
set framework_ServerNotifications_staffPrivate <string>: A Discord webhook to be used with the staffPrivate notification.
set framework_ServerNotifications_serverPublic <string>: A Discord webhook to be used with the serverPublic notification.
set framework_ServerNotifications_serverPrivate <string>: A Discord webhook to be used with the serverPrivate notification.

Server Commands

Commands which are used in server.cfg, i.e. add_ace.
Not to be confused with in-game commands, but they can also be used in-game.

reminders_add <string>: Adds a reminder, can be used instead of editing them via config.lua.
reminders_remove [integer]: Removes the last reminder. Can also supply the number of the reminder.