[HELP] HP and ARMOR to everyone
#2

pawn Код:
if(strcmp(cmdtext,"/armourhp",true)==0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
        {
        PlayerPlaySound(i,1057,0.0,0.0,0.0);
        SetPlayerArmour(i,100.0);
        SetPlayerHealth(i,100.0);
}
return 1;
}
Reply


Messages In This Thread
[HELP] HP and ARMOR to everyone - by andershh - 26.04.2010, 15:27
Re: [HELP] HP and ARMOR to everyone - by [MWR]Blood - 26.04.2010, 15:32
Re: [HELP] HP and ARMOR to everyone - by andershh - 26.04.2010, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)