From 4cdfd62d708c85dcccf00428ec8dd342dd6a22ec Mon Sep 17 00:00:00 2001 From: Maximus7474 Date: Fri, 27 Dec 2024 20:52:37 +0100 Subject: [PATCH] chore(README): update readme with default time convar --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 891888e..08089f3 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ A script providing compatibility from other dispatch/mdt scripts to also work wi > [!NOTE] > This resource is still in beta phase, breaking changes can occur without notice. > Please open issues for bug reports, other dispatch services to integrate with maximum information. + +## Setup: +> [!NOTE] +> This resource is using [convars](https://docs.fivem.net/docs/scripting-reference/convars/) to define certain functionalities. + +```bash +# Set the default/fallback time (in seconds) for dispatch messages +setr lb-tablet-dispatch:default-time 100 +``` \ No newline at end of file