Print
فارسی
English
Deutsch
Français
Español
اَلْعَرَبِيَّةُ
Türkçe
中文
Русский
Italiano
How to lift a user ban in FIREAC
Date :
2025/08/17
Page :
1 from 1
■
Step 1 - Obtain Ban ID
When a player is banned, it means they are stored with a specific Ban ID in a database row.
■
Step 2 - Unban using a command
In this method, you perform the unbanning through a command. Our command is "funban [Ban ID]".
This command can only be executed in two cases:
1 - Having access to unban
2 - Via server console
■
Step 3 - Unban by directly deleting from the database (manual)
You can open the fireac_banlist table in your database and DROP the row where the player is banned. (delete it)
■
Step 4 - Adding unban permission
To grant unban permission to users, you must use the command "addunban [Player ID]".
For this, the player must be present on the server.
This command can only be executed via the server console, and no user on the server can run this command.