22.05.2016, 22:04
Cheers @Konst,
OnPlayerDeath does work, so I tried the player explosion which didn't work.
Added the explosion / clear animations functions to a 2 second timer on death. They're called but didn't work.
Changed my restarting method and seemed to have solved the issue. To restart my server I was crashing it by opening a file which doesn't exist (I think this was the recommend way to do it back in the day).
I am now using SendRconCommand("gmx"); when restarting the server and all is working fine.
Cheers,
Hayden
OnPlayerDeath does work, so I tried the player explosion which didn't work.
Added the explosion / clear animations functions to a 2 second timer on death. They're called but didn't work.
Changed my restarting method and seemed to have solved the issue. To restart my server I was crashing it by opening a file which doesn't exist (I think this was the recommend way to do it back in the day).
I am now using SendRconCommand("gmx"); when restarting the server and all is working fine.
Cheers,
Hayden