[RESOLVED]Question about event exports

Is anyone else having issues with this?

AddEventHandler('onClientMapStart', function()
	TriggerServerEvent("revive:debugmessage", "Disabling Auto Respawn!")
	exports.spawnmanager:setAutoSpawn(false)
	exports.spawnmanager:forceRespawn()
	TriggerServerEvent("revive:debugmessage", "Auto Respawn Disabled!")
end)

The message triggers but I still respawn so it doesn’t do anything.

As of now spawnManager the resource is broken AFAIK. This is why RPDeath and other scripts like it don’t work. I really hope that FiveM fixes it soon.

Do you have any other resource that attempts to spawn you?

What? If it were broken nobody would ever be able to spawn whatsoever…

No its a test server. It has my k9 script. A fire department saw script, and a handcuff script and thats it. None of them have anything to do with spawning.

Any idea? This is the only script that uses exports. I am also using a fresh install spawnmanager just to make sure. It still does nothing though.