Posts: 121
Threads: 38
Joined: Jun 2015
Reputation:
0
When player die, onplayerdeath isn't called... Player is on the ground and he can't move until he right click, and he can run and shoot, and everything other... Other players can shoot him, but they cant kill him, until any of admins dont slap him... When he get slap, OnPlayerDeath is called...
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Perhaps show us your OnPlayerDeath() ?
Posts: 165
Threads: 29
Joined: Mar 2015
Reputation:
0
I don't think tho, because my OnPlayerDeath is calling automaticlly without any Health.
Posts: 121
Threads: 38
Joined: Jun 2015
Reputation:
0
Yeah, that bug dont happening always...
Posts: 1,915
Threads: 64
Joined: Jan 2016
Reputation:
0
If you don't know if OnPlayerDeath is call, why don't you put a print ?
print("ONPLAYERDEATH CALLED");
You can also put your OnPlayerDeath function on Pastebin and give us the link.