health 100
#1

how to make if i kill someone to get 100 health and 100 armour?
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(killedid != INVALID_PLAYER_ID)
  {
    SetPlayerHealth(killerid, 100);
    SetPlayerArmour(killerid, 100);
  }
  return 1;
}
=]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)