Documentation
  • 📄TeamsGG Documentation
    • Common Errors
  • Paid Scripts
    • 📱Phone
      • 🧠Installation
      • 🦄Unique phones
      • 💿Configure
        • 💄Additional Features
        • 📸Camera
        • 🍏Apps
        • 🪵Logs
        • 🖼️Media Customization
        • 🗣️Multi-Language Support
        • 🗃️SIM Cards
        • 🚗Valet System
      • ⏭️Exports
        • Client side
          • 👁️‍🗨️General
          • ☀️Groups
          • 🏢Companies
          • 🔧Misc
        • Server side
          • 🆔Identify Player
          • ☎️Sim Cards
          • ☀️Groups
          • 🌐Cell Broadcast
          • 💸YPay
          • 📧Mail
          • 📪Notifications
          • 📵Screen Damage
          • 🔧Misc
      • 🪛Commands
      • 🍎Custom apps
    • ☎️Boomer Phone
      • 🧠Installation
      • 🦄Unique phones
      • ⏯️Exports
        • Client side
    • 🏠Properties
      • 🧠Installation
      • 💿Configure
      • 🐚Add More Shells
      • ⏭️Exports
        • Client side
          • GetCurrentPropertyId
          • GetCurrentProperty
          • IsPointInsideProperty
          • OpenPropertyMenu
          • AddKey
          • RemoveKey
          • SetWaypointToProperty
          • GetAllProperties
          • GetKeyHolders
          • PoliceRaidDoor
        • Server side
          • GetAllProperties
          • AddKey
          • RemoveKey
          • ToggleDoorlock
          • GetPlayersInProperty
          • GetKeyHolders
          • DeleteProperty
          • AddStarterApartment
      • 👜State bags
    • 🏦Banking
      • 🧠Installation
      • ⏯️Exports
        • Client side
        • Server side
    • 💸Billing
      • 🧠Installation
      • ⏭️Exports
        • Client side
        • Server side
    • 📊Hud
      • 🧠Installation
      • ⏭️Exports
        • Client side
    • 📦Storage Units
      • 🧠Installation
Powered by GitBook
On this page
  • RecoverSimCard
  • ChangePhoneNumber
  • GeneratePhoneNumber
  1. Paid Scripts
  2. Phone
  3. Exports
  4. Server side

Sim Cards

RecoverSimCard

---Recover a Sim Card on a new phone(when stolen, lost).
---Note: The old phone's sim card will be changed.
---@param phoneImei number The imei of the phone that you want to recover the number to.
---@param simNumber number The sim number that you want to assign to the phone.
exports.yseries:RecoverSimCard(phoneImei, simNumber)

ChangePhoneNumber

---Change the Sim Card number for a given phone.
---The new number MUST match the phone number generation in config.
---@param phoneImei number The imei of the phone that you want to change the number.
---@param simNumber number The new sim number.
exports.yseries:ChangePhoneNumber(phoneImei, simNumber)

GeneratePhoneNumber

---Use this export to generate a phone number based on the config.
---@return string - The generated phone number.
exports.yseries:GeneratePhoneNumber()
PreviousIdentify PlayerNextGroups

Last updated 3 days ago

📱
⏭️
☎️