Posts: 36
Threads: 6
Joined: May 2018
Reputation:
0
I added a new FS to my server. HeadShot FS It is working way too fine but when we kill a person he dies, but doesn't respawn and still able to chat, rob and walk. Not only by HS but if we use /kill, we are still not respawning, and person is moving with 0 health :/
EDIT:- The player doesn't respawn until an admin uses /spawn command!
Posts: 180
Threads: 22
Joined: Dec 2015
Reputation:
0
Post the code from the filterscript and the gamemode. OnPlayerDeath and OnPlayerTakeDamage.
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Use SpawnPlayer under OnPlayerDeath
Posts: 36
Threads: 6
Joined: May 2018
Reputation:
0
I dont have OnplayerDeath! on mah fs! Should i add that!
Posts: 36
Threads: 6
Joined: May 2018
Reputation:
0
You mean put the code of afterdeath on Gm in Fs??
Posts: 36
Threads: 6
Joined: May 2018
Reputation:
0
Still player doesn't spawns sometimes after being killed! We have to use /spawn command:/
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Did you tried adding SpawnPlayer inside OnPlayerDeath as I said above?