Skip to content

Commit

Permalink
Added Exports (Server Side) section
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaJaberi authored Mar 14, 2023
1 parent 5028fad commit 43c3b3c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@ Admins = {
```
**Where can I find my identifiers ?** `From connecting (Log of Discord) to the server or...`
________________________________________________________________________
### Exports (Server Side)
- `FIREAC_CHANGE_TEMP_WHHITELIST` This export only for add and remove player from `Temporary whitelist`
for example :
```
Add :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, true)
Remove :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, false)
```

- `FIREAC_CHECK_TEMP_WHITELIST` This export only for check player from `Temporary whitelist` and get your result
for example :
```
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST(source)
```
________________________________________________________________________
### Command
- `/funban [Ban ID]` This command add for unban players by ban id (with console for in game)
________________________________________________________________________
Expand Down

0 comments on commit 43c3b3c

Please sign in to comment.