Skip to content

The source code for Fivepunch's GTAO themed multicharacter script.

License

Notifications You must be signed in to change notification settings

fivepunch/gtao-multicharacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTAO Multicharacter

Embrace the spirit of Los Santos, @#$% those cute apartments.

GTAO Multicharacter is an open-source example of Fivepunch Multicharacter, a fully customizable, well documented, and lore friendly multicharacter script.

The code contained in this repository is just an example of what can be done using the resource API.

Check the documentation to explore all your possibilities.

Useful links

Preview (click to see the video)

Preview video

Framework support

The resource provides framework support for the default server recipe of each framework. If you're having trouble using custom resources, see the forum post for frequent snippets and support.

Feel free to contribute or provide help on the forums. :)

ESX

GTAO Multicharacter uses default ESX resources as dependencies like skinchanger, esx_skin and esx_identity.

QB-Core

GTAO Multicharacter uses default QB-Core resources as dependencies like qb-clothing.

Installation

This resource has two dependencies, fivepunch-multicharacter and oxmysql. Make sure they're both installed before continuing.

*Fivepunch Multicharacter is a paid resource, purchase it here. You'll need it to GTAO Multicharacter work properly.

All frameworks

  1. Download the latest version of GTAO Multicharacter from the releases section.
  2. Drag the gtao-multicharacter folder to your resources directory.
  3. Add ensure gtao-multicharacter to your server.cfg.

QB-Core specific

  1. Remove qb-multicharacter from your server.cfg or delete the resource folder inside [resources]/[qb]
  2. Remove the following codeblock in qb-interior:
      if IsNew then
          SetTimeout(750, function()
              TriggerEvent('qb-clothes:client:CreateFirstCharacter')
              IsNew = false
          end)
      end

ESX specific

  1. Remove the client_scripts { 'client/*.lua' } entry from esx_multicharacter fxmanifest.lua. Yes, just client_scripts, keep shared_scripts.

    GTAO Multicharacter re-utilizes the server side resources of esx_multicharacter to have maximum compatibility with the framework.

License

This project uses a custom license. See the LICENSE file for more details.

About

The source code for Fivepunch's GTAO themed multicharacter script.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages