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

Quote:
Originally Posted by AnthonyTimmers
Посмотреть сообщение
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
And do you mean near a car or when in a car?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)