v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
70 stars 64 forks source link

SetPlayerAlive doesnt work properly #142

Closed Backxtar closed 1 year ago

Backxtar commented 1 year ago

If you implement SetPlayerAlive to the ambulancejob it doesnt work properly. Normally if the player is dead SetPlayerAlive(source, false) should mute him, so he cant speak or hear something. This works but if you revive him and set SetPlayerAlive(source, true) hes unable to speak / others cant hear him anymore. He need a restart to make that working

BlackFlash5 commented 1 year ago

Couldn't reproduce this behavior, works as intended.