From 0dbd511ff676e0979da834210cec7e3c651fd445 Mon Sep 17 00:00:00 2001 From: Musiker15 Date: Wed, 8 Feb 2023 19:33:58 +0100 Subject: [PATCH] Release v1.0 Get the Player by PhoneNumber and add a Blip --- Readme.md | 8 +++----- config.lua | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index e3a43e6..37996c5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,6 @@ # MSK TrackPhone Get the Player by PhoneNumber and add a Blip -**FiveM Forum:** https://forum.cfx.re/t/release-esx-secretblips-make-blips-visible-with-an-item/4795682 - **Discord Support:** https://discord.gg/5hHSBRHvJE ## Description @@ -21,6 +19,6 @@ local xPlayer = exports.msk_trackphone:getPlayer(094123456) ``` ## Requirements -* ESX 1.2 or above -* oxmysql -* msk_core \ No newline at end of file +* [ESX 1.2 and above](https://github.com/esx-framework/esx_core) +* [oxmysql](https://github.com/overextended/oxmysql) +* [msk_core](https://github.com/MSK-Scripts/msk_core) \ No newline at end of file diff --git a/config.lua b/config.lua index 09905a2..6eaab8d 100644 --- a/config.lua +++ b/config.lua @@ -1,7 +1,7 @@ Config = {} ---------------------------------------------------------------- Config.Locale = 'de' -Config.VersionChecker = false +Config.VersionChecker = true Config.Debug = true ---------------------------------------------------------------- Config.MySQL = {