Installation

  1. Delete any current multi-character / character selection resources

  2. Unzip solos-multicharacter

  3. Drag solos--multicharacter folder into your resources folder

    1. Typically [standalone] or a designated folder

  4. Make any necessary changes to config.lua

config.framework = {
    qb      = true, 
    esx     = false,
    custom  = false,
}

config.Starting_Apartments = true 

config.Starting_Items = { -- items that NEW characters will receive upon character creation
    ['money'] = 500,
    ['phone'] = 1,
}
  1. Restart Server.

Last updated