13.01.2010, 13:36
Put this with the rest of your "new"
This goes under OnPlayerDeath
This goes under OnPlayerSpawn
pawn Код:
new deaths[MAX_PLAYERS];
pawn Код:
deaths[playerid] ++;
pawn Код:
if(deaths[playerid] == 3)
{
//give the player any weapon you like.
deaths[playerid] = 0;
}