JPResources Documentation
  • 👋Welcome to JPResources
  • Installation
    • 📲Phone System
      • Installation Page
        • QBCore
        • QBox
        • ESX
        • VRPex
      • Config File
      • Events & Commands
      • Custom APPs
      • Translations
      • Common Problems
      • Installation Video
    • 🏡Housing System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Events & Commands
      • How to add MLO House
      • How to add SHELL Tier
      • Translations
      • Common Problems
    • 🚨MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🏥EMS MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🎒Inventory
      • How to install
      • Events & Commands
      • Translations
      • Common Issues
    • 🚘Vehicle Shops
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💰Business System
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💼Job System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Translations
    • 📱Budget Phone
      • QBCore
    • ⚙️Crew System
      • QBCore
    • 👚Clothing System
      • QBCore
    • 🏢Garage System
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 👪Multichar
      • Installation Page
        • QBCore
        • ESX
    • 🔪Territories
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🎒Backpack
      • QBCore
    • 💴Moneywash
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🌊Poolcleaner Job
      • Installation Page
    • 🚗TDi Smoke
      • Installation Page
  • Support / Store
    • 🛠️Where i can find support and buy new scripts
    • 🛠️FiveM asset escrow errors
Powered by GitBook
On this page
  • Photos are not saving to gallery
  • Sounds / Musics are not working
  • Several errors with some names like this ones: deletePhone or GerirMetodosInput
  • Valet dont work
  • Error code 2 ( Can be check on F8 console when opening open )
  • Cant accept calls
  • Phone Red Errors
  • Problem with camera blackout
  1. Installation
  2. Phone System

Common Problems

PreviousTranslationsNextHousing System

Last updated 3 months ago

Photos are not saving to gallery

  • If your error is similar to this one:

  • If your error is similar to this one:

Start all on server.cfg, screenshot-basic must be the last one of the three resources and then, phone system.

Do exatcly what we describe here, not just skip phases, do not just drop files in and start server, thats not the solution!

Sounds / Musics are not working

Several errors with some names like this ones: deletePhone or GerirMetodosInput

Just need to start Phone System as last resource.

Valet dont work

To solve this issue (bad argument #1 to 'for iterator') you just need to open main_config.lua file and set to false the Config.DoCarDamageValet.

Error code 2 ( Can be check on F8 console when opening open )

People with this problem are on ESX with OX Inv, to fix this, just ensure your did all modifications needed to your OX Inv resource and dont have any other phone entries excluing ours.

On VRPex, if this error appears, you need to open server_config.lua, find GetVehiclePlates function, locate:

return getUserIdentity(param).registration

Change .registration to your plate field on users sql table, example:

If my plate sql collumn on users table is registro, then shoud look like this:

return getUserIdentity(param).registro

Cant accept calls

Player cant have invalid phone formats like: 55-555-555, just can have numeric chars like: 55512312

Phone Red Errors

This error just happens on VRPex, is simply to solve it, you need to open server_config.lua file, scroll down till GetFirstName and GetLastName functions and edit the return to your sql collumns.

Default:

if Config.UsingCreative then
    function GetFirstName(SQLRow)
        return SQLRow.name
    end
    
    function GetLastName(SQLRow)
        return SQLRow.name2
    end
else
    function GetFirstName(SQLRow)
        return SQLRow.name
    end
    
    function GetLastName(SQLRow)
        return SQLRow.firstname
    end
end

Example:

After checking my users sql table, i reach to conclusion my collumn of firstname is nome and lastname is apelido, that means my code should be like this:

if Config.UsingCreative then
    function GetFirstName(SQLRow)
        return SQLRow.nome 
    end
    
    function GetLastName(SQLRow)
        return SQLRow.apelido
    end
else
    function GetFirstName(SQLRow)
        return SQLRow.nome 
    end
    
    function GetLastName(SQLRow)
        return SQLRow.apelido
    end
end

Problem with camera blackout

Your problem is one of this one listed above:

  • Currupted phone files (download fresh ones and replace all files);

  • Wrongly setup tokens (use default ones to check if solves);

  • Graphics mode problem (rare).

This is not a problem caused by phone, its very rare to happen, and happens majority by third-party.

This "issue" let you take photos at same, so dont be confused with the Photos are not saving to gallery

Return to Installation Page, choose your framework and scroll down till or part.

Please, delete screenshot-basic, webpack and yarn and install this ones instead:

Please, be sure you have xsound resource, using this link you can download it directly:

Also, if persists, update your PMA Voice ( if you use PMA ):

📲
https://drive.google.com/drive/folders/1-rzI52Om5pQku8fPEHqo-XPE7fVQFhEi?usp=drive_link
https://drive.google.com/drive/folders/1-rzI52Om5pQku8fPEHqo-XPE7fVQFhEi?usp=drive_link
https://drive.google.com/file/d/1VDjOTtPpHnC59YLJesyryjIgOjZmAsf2/view?usp=drive_link
k
Using Fivemanage
Using Fivemerr