Skip to content

Commit cf22d9f

Browse files
committed
Rebase and add changes from #498
Adds documentation improvements from PR #498 to this commit, thanks @mardev-xyz and @AvarianKnight. Original PR: #498
1 parent 7f2425e commit cf22d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/developers/scripting-manual/working-with-events/server-security.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Connection to CNL timed out.
209209

210210
**Note:** some error *might occur* but it's unlikely.
211211

212-
User getting kicked doesn't mean is automatically Global Ban. However, it provides an indication of player reliability, which can be useful for assessing trustworthiness.
212+
The player getting kicked does not necessarily mean a malicious player.
213213

214214
We also have some other options:
215215

@@ -219,4 +219,4 @@ sv_disableClientReplays
219219
Enabling this will aim to reduce chances of cheating options. Please note that this will disable Rockstar Editor.
220220

221221
## Important to know
222-
Please note that the provided code examples are not meant for a direct copy and paste implementation. They are intended as tips to help prevent certain actions that may occur on the server. Implementing these suggestions requires some prior knowledge, you are always free to join our [discord](https://discord.gg/fivem) to get additional help.
222+
Please note that the provided code examples are not meant for a direct copy and paste implementation. They are intended as tips to help prevent certain actions that may occur on the server. Implementing these suggestions requires some prior knowledge, you are always free to join our [Discord](https://discord.gg/fivem) to get additional help.

0 commit comments

Comments
 (0)