A question.
#2

This is a loop, but this isn't a properly working one.

pawn Код:
stock SetPlayerHealthFull()
{
 for(new i=0; i<MAX_PLAYERS; i++(
 SetPlayerHealth(i, 100);
 return 1;
}
This loops through all the players and refills their health.
Reply


Messages In This Thread
A question. - by nogh445 - 19.02.2012, 00:47
Re: A question. - by ReneG - 19.02.2012, 01:05
Re: A question. - by nogh445 - 19.02.2012, 01:07
Re: A question. - by JhnzRep - 19.02.2012, 03:54
Re: A question. - by emokidx - 19.02.2012, 04:01
Re: A question. - by JhnzRep - 19.02.2012, 04:04
Re: A question. - by emokidx - 19.02.2012, 04:06
Re: A question. - by JhnzRep - 19.02.2012, 04:11

Forum Jump:


Users browsing this thread: 2 Guest(s)