Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 741 Bytes

Readme.md

File metadata and controls

24 lines (20 loc) · 741 Bytes

MSK TrackPhone

[ESX/QBCore] Get the Player by PhoneNumber and add a Blip

Discord Support: https://discord.gg/5hHSBRHvJE

Description

  • Get the Player by Phonenumber
  • Adds a Blip for the Player
  • Set Time until Blip gets removed

Export

You can use it clientside and serverside

exports.msk_trackphone:getPlayer(number --[[number]], track --[[boolean / whether show a blip or not]])

Example:

local xPlayer = exports.msk_trackphone:getPlayer(094123456, true)

Requirements