Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Able to see characters of other people #28

Open
SpectreLoki opened this issue Apr 22, 2022 · 1 comment
Open

Able to see characters of other people #28

SpectreLoki opened this issue Apr 22, 2022 · 1 comment

Comments

@SpectreLoki
Copy link

Sometimes players are able to see the characters of other players in the character selection screen.

No error is shown in the server console or client console.

Players are not able to select these other characters, they are just shown to them.

@GetParanoid
Copy link

Believed I fixed this by setting "isNetwork" to false on the CreatePed Native in cl_main.lua

CreatePed(maleHash, Config.charcoords[i].x, Config.charcoords[i].y, Config.charcoords[i].z, 200.0, false, true, 0, 0)
&
CreatePed(femaleHash, Config.charcoords[i].x, Config.charcoords[i].y, Config.charcoords[i].z, 200.0, false, true, 0, 0)

https://vespura.com/doc/natives/?_0x389EF71=

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants