Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
Get the Player by PhoneNumber and add a Blip
  • Loading branch information
Musiker15 committed Feb 8, 2023
1 parent 762c390 commit 0dbd511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,6 +19,6 @@ local xPlayer = exports.msk_trackphone:getPlayer(094123456)
```

## Requirements
* ESX 1.2 or above
* oxmysql
* msk_core
* [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)
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config = {}
----------------------------------------------------------------
Config.Locale = 'de'
Config.VersionChecker = false
Config.VersionChecker = true
Config.Debug = true
----------------------------------------------------------------
Config.MySQL = {
Expand Down

0 comments on commit 0dbd511

Please sign in to comment.