a small question
#2

hmmm
pawn Код:
new Float: Health, v;
    v = 0;
      forreach(Player,i)
     {
         GetPlayerHealth(i,Health);
          if(Health == 0)
         {
             v++;
             SetPlayerScore(playerid,GetPlayerScore(playerid)+v);
         }
      }
Reply


Messages In This Thread
a small question - by Jarnu - 01.08.2012, 11:26
Re: a small question - by XStormiest - 01.08.2012, 11:38
Re: a small question - by Jarnu - 01.08.2012, 11:55
Re: a small question - by XStormiest - 01.08.2012, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)