Safe Zone Creation HELP
#9

Quote:
Originally Posted by Joe Staff
Quote:
Originally Posted by wilcock33
keep your health constant
jail you if you kill somebody in the safe zone
Contradict - v. To assert or express the opposite of (a statement).


Checkpoints would be an easier choice.
pawn Код:
OnPlayerEnterCheckpoint(playerid)
{
  If(PlayerInSafeZone[playerid]==0)
  {
    PlayerInSafeZone[playerid]=1;
    GetPlayerHealth(playerid,PlayerOldHealth[playerid]);
    SetPlayerHealth(playerid,10000.00);
    return SendClientMessage(playerid,0xFF0000FF,"You are in the safe zone");
  }
}
An example of how your task would be accomplished.
ok, thanks much, could you elaborate?
Reply


Messages In This Thread
Safe Zone Creation HELP - by wilcock33 - 22.07.2009, 22:10
Re: Safe Zone Creation HELP - by CJ101 - 22.07.2009, 22:21
Re: Safe Zone Creation HELP - by wilcock33 - 22.07.2009, 22:23
Re: Safe Zone Creation HELP - by wilcock33 - 22.07.2009, 22:31
Re: Safe Zone Creation HELP - by Fj0rtizFredde - 22.07.2009, 22:39
Re: Safe Zone Creation HELP - by wilcock33 - 22.07.2009, 22:40
Re: Safe Zone Creation HELP - by Fj0rtizFredde - 22.07.2009, 23:20
Re: Safe Zone Creation HELP - by Joe Staff - 23.07.2009, 00:21
Re: Safe Zone Creation HELP - by wilcock33 - 23.07.2009, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)