Common Problems
Last updated
Last updated
If your error is similar to this one:
If your error is similar to this one:
Please, delete screenshot-basic, webpack and yarn and install this ones instead: https://drive.google.com/drive/folders/1-rzI52Om5pQku8fPEHqo-XPE7fVQFhEi?usp=drive_link
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!
Please, be sure you have xsound resource, using this link you can download it directly: https://drive.google.com/drive/folders/1-rzI52Om5pQku8fPEHqo-XPE7fVQFhEi?usp=drive_link
Just need to start Phone System as last resource.
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.
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:
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:
Player cant have invalid phone formats like: 55-555-555, just can have numeric chars like: 55512312
Also, if persists, update your PMA Voice ( if you use PMA ): https://drive.google.com/file/d/1VDjOTtPpHnC59YLJesyryjIgOjZmAsf2/view?usp=drive_link
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:
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:
Return to Installation Page, choose your framework and scroll down till or part.