Jump to content

Recommended Posts

Posted (edited)

I've just implemented (C# server-side, JS client-side) a character creation with custom faces/hair features (using setFaceFeature, setComponentVariation, setHairColor, setEyeColor and whatsoever).

As those are client-sided scripts, I assume they're not natively synced with the another players in the server. Is there any C# clientside API to customize GTA:O characters and make them stream synced, or I have to do that syncing client-sided on my on? (E.g.: Once a player logs in, he reads the shared data of all clients and apply each of them faces to him, and also streams his face to the players that are already connected to the server so they can update this information too once they stream the player)

If the latter (having to sync on my on) what's the best way to do it? On player connect event or some onentitystreamin function?

 

Thanks in advance.

Edited by VictorF
  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...