Onesync problems

hello,

We have an ESX based server and we became a patreon.

So, when i enable onesync this happens:

  • People can’t shoot eachother. PVP is enabeld in essentials
  • es_admin isn’t showing up the players and we can’t search other players

Any idea’s?

you should refer to the onesync topic as its been stated to post all issues there.

Hi, did you tried to modify es_admin?

function getPlayers()
local players = {}
for i = 0,32 do
if NetworkIsPlayerActive(i) then
table.insert(players, {id = GetPlayerServerId(i), name = GetPlayerName(i)})
end
end
return players
end

replace 0,32 to 0,64

No i didn’t but would that make any differance? cause i use zap hosting and with zap we can only go with 32players.

I think Zap hosting don’t support OneSync.

Thank you
!

if you use onecync

there is a solution to this problem

Did you fix this?