#10

I would do something like this and forget the rest that is listed above.

pawn Код:
new Health = random(6);//Number of combination's here
    if (Health == 0)
    {
      SetPlayerHealth(playerid, 100);
    }
    if (Health == 1)
    {
      SetPlayerHealth(playerid, 50);
    }
    if (Health == 2)
    {
      SetPlayerHealth(playerid, 35);
    }
}

//etc like that make whatever combination's you want.
Reply


Messages In This Thread
/hme - by Lajko1 - 13.11.2009, 15:02
Re: /hme - by dice7 - 13.11.2009, 15:09
Re: /hme - by Lajko1 - 13.11.2009, 15:53
Re: /hme - by Lajko1 - 13.11.2009, 16:04
Re: /hme - by Rzzr - 13.11.2009, 16:16
Re: /hme - by Lajko1 - 14.11.2009, 07:22
Re: /hme - by BP13 - 14.11.2009, 07:25
Re: /hme - by Lajko1 - 14.11.2009, 07:28
Re: /hme - by dice7 - 14.11.2009, 07:32
Re: /hme - by BP13 - 14.11.2009, 07:34

Forum Jump:


Users browsing this thread: 4 Guest(s)