GTAO Multicharacter
Embrace the spirit of Los Santos, @#$% those cute apartments.
Preview
About
This resource is a public demonstration of [Standalone] Fivepunch Multicharacter
Full integration with the principal frameworks used by the community, a beautiful and minimalist UI, smooth transitions, and the best, it’s open-source.
Tweak it the way you like.
Make your server even more immersive for your players.
Disclaimer
GTAO Multicharacter has a paid dependency (fivepunch-multicharacter), but it’s code is freely available on GitHub.
Even if you don’t wish to purchase the dependency, there’s a lot to learn and re-utilize from GTAO Multicharacter’s code.
Frameworks
This resource provides framework support for the default server recipe of each framework. If you’re having trouble using custom resources, ask in this topic for support and pay attention to integration snippets for common scripts.
ESX
GTAO Multicharacter uses default ESX resources like skinchanger
, esx_skin
and esx_identity
.
QB-Core
GTAO Multicharacter uses default QB-Core resources like qb-clothing
.
Installation
*Fivepunch Multicharacter is a paid resource and is used as a dependency for this release. You’ll need it to GTAO Multicharacter work properly.
Download the resource from the GitHub repository.
All frameworks
- Download the latest version of GTAO Multicharacter from the releases section.
- Drag the
gtao-multicharacter
folder to your resources directory. - Add
ensure gtao-multicharacter
to yourserver.cfg
.
QB-Core specific
- Remove
qb-multicharacter
from yourserver.cfg
or delete the resource folder inside[resources]/[qb]
- Remove the following codeblock in qb-interior:
if IsNew then SetTimeout(750, function() TriggerEvent('qb-clothes:client:CreateFirstCharacter') IsNew = false end) end
ESX specific
-
Remove the
client_scripts { 'client/*.lua' }
entry fromesx_multicharacter
fxmanifest.lua. Yes, justclient_scripts
, keepshared_scripts
.GTAO Multicharacter re-utilizes the server side events of
esx_multicharacter
to have maximum compatibility with the framework.
The Fivepunch team.