pmms icon indicating copy to clipboard operation
pmms copied to clipboard

Crashing server

Open bedoflex opened this issue 10 months ago • 0 comments

Citizen.CreateThread(function()
	loadSettings()

	startDefaultMediaPlayers()

	while true do
		Citizen.Wait(500)
		syncMediaPlayers()
	end
end)

This serverside code crashing the server.

bedoflex avatar Apr 14 '24 18:04 bedoflex