Skip to content

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

License

Notifications You must be signed in to change notification settings

MSK-Scripts/msk_trackphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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