From cf22d9fd073edba277c9d1f0a961dff156dca4a8 Mon Sep 17 00:00:00 2001 From: colistro123 Date: Mon, 11 Nov 2024 02:05:06 +0100 Subject: [PATCH] Rebase and add changes from #498 Adds documentation improvements from PR #498 to this commit, thanks @mardev-xyz and @AvarianKnight. Original PR: https://github.com/citizenfx/fivem-docs/pull/498 --- .../scripting-manual/working-with-events/server-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/developers/scripting-manual/working-with-events/server-security.md b/content/docs/developers/scripting-manual/working-with-events/server-security.md index 246d28d8..7995c444 100644 --- a/content/docs/developers/scripting-manual/working-with-events/server-security.md +++ b/content/docs/developers/scripting-manual/working-with-events/server-security.md @@ -209,7 +209,7 @@ Connection to CNL timed out. **Note:** some error *might occur* but it's unlikely. -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. +The player getting kicked does not necessarily mean a malicious player. We also have some other options: @@ -219,4 +219,4 @@ sv_disableClientReplays Enabling this will aim to reduce chances of cheating options. Please note that this will disable Rockstar Editor. ## Important to know -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. +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.