Common Errors

In this section, you will find answers to commonly encountered issues. Remember that most errors stem from incorrect configuration, lack of required resources, or insufficient modification.

Bear in mind that troubleshooting requires patience and precision. Try to carefully analyze the errors and systematically review possible solutions.

If the issue persists after verifying the configuration and available resources, please contact the support on the VMS Discord.


No such export Notification in vms_notify
  1. Go to vms_barber/config.lua file

  2. Find function Config.Notification

  3. Remove vms_notify exports and add your notify events or exports

When trying to open the management menu, I get a ban from qb-management
  1. Go to your qb-management/server/sv_boss.lua

  2. Find these marked lines

if not Player.PlayerData.job.isboss then
    ExploitBan(src, 'GetEmployees Exploiting')
    return
end
  1. Remove them.

My character gets up from seat while changing categories

This means that you use fivem-appearance or illenium-appearance, use our prepared skinmanager, you can find it here Compatible SkinManager's

My character is standing instead of sitting on the chair

If you have esx_sit go to config.lua and remove prop v_ilev_hd_chair from the Config.Interactables list

Hair fade doesn't save.

This means that you have an incorrect order in which to run the resources

Correct order:

start vms_tattooshop
start vms_barber

start [vms] # rest of vms resources 
skinchanger problem (SCRIPT ERROR: ?-1 attempt to index a nil value (field '?'))

Install our prepared esx_skin & skinchanger from Compatible SkinManager's

Last updated

Was this helpful?