Death Bug Problem SAMP
#9

Quote:

Try SetPlayerHealth(playerid,0) under OnPlayerDeath

That Wouldn't Do any thong because the player health is already 0,
Try This code:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new Float:X;
    new Float:Y;
    new Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    SetPlayerPos(playerid, X, Y, Z+50);
    return 1;
}
Reply


Messages In This Thread
Death Bug Problem SAMP - by waim - 16.08.2012, 22:44
Re : Death Bug Problem SAMP - by [M.A]Angel[M.A] - 24.08.2012, 06:44
Re: Death Bug Problem SAMP - by [MWR]Blood - 24.08.2012, 07:35
Re: Death Bug Problem SAMP - by newbienoob - 24.08.2012, 07:42
Re: Death Bug Problem SAMP - by RelaxCafe - 24.08.2012, 11:13
Re: Death Bug Problem SAMP - by nickdodd25 - 25.08.2012, 06:12
Re: Death Bug Problem SAMP - by Nirzor - 25.08.2012, 06:32
Re: Death Bug Problem SAMP - by Fool - 27.08.2012, 19:02
Re: Death Bug Problem SAMP - by SAMPHacker - 28.08.2012, 16:59
Re: Death Bug Problem SAMP - by Kitten - 30.08.2012, 02:18

Forum Jump:


Users browsing this thread: 1 Guest(s)