SA-MP Forums Archive
Death problem in 0.3.7 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Death problem in 0.3.7 (/showthread.php?tid=575726)



Death problem in 0.3.7 - Brooks1 - 29.05.2015

In the new client 0.3.7 when someone try to kill himself he gets stucked. I mean his health is 0, but he can still walk. Is there someone with the same problem or does anyone know how to fix this problem ?


Re: Death problem in 0.3.7 - Ritzy2K - 29.05.2015

it happened to me with 0.3z too.
if that player presses F4 he ll be fine. or jumps off from somewhere or admin slap.
not sure about the fix through the script.


Re: Death problem in 0.3.7 - Bingo - 29.05.2015

This is normal, It still happen in old versions as well.

When you jump, You die.


Re: Death problem in 0.3.7 - n0minal - 29.05.2015

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
it happened to me with 0.3z too.
if that player presses F4 he ll be fine. or jumps off from somewhere or admin slap.
not sure about the fix through the script.
If it works, ForceClassSelection probably fixes this, everything that need to be done is set the player to class selection once when you want (preferably when player request class for first time).

Use this code to force instantly class selection:

Код:
ForceClassSelection(playerid);
TogglePlayerSpectating(playerid, true);
TogglePlayerSpectating(playerid, false);
Not sure if works, but I believe that this code worths a try.


Re: Death problem in 0.3.7 - Konverse - 29.05.2015

This bug happens to me often. Just simple - press F4 and you will be respawned with a new skin also to stop you from bugging.


Re: Death problem in 0.3.7 - Brooks1 - 29.05.2015

I doesn't have the problem in older clients, I think the problem is from the new client.