[PROBLEM]How to stay invincible during vehicle explosions
#6

Tried

Код HTML:
public OnPlayerDeath(playerid, killerid, reason)
{
	if (GodMode[playerid] == 1)
	{
    	SetPlayerHealth(playerid, 0x7F800000);
	}
    else
    {
    	PlayerInfo[killerid][pKills]++;
    	PlayerInfo[playerid][pDeaths]++;
	}
    return 1;
}
Doesn't work either :<
And it's okay, thanks for trying though, haha
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)