A question.
#4

Just do this.

pawn Код:
cmd(healall, playerid,params[])
{
for(new i = 0; i < MAX_PLAYER_NAME; i++)
    {
    SetPlayerHealth(i, 100);
    }
SendClientMessageToAll(-1, "Everyone has been healed");
}
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: 3 Guest(s)