counting thing now working
#4

Is that all? if so, here you go :
pawn Код:
forward gamewin();
public gamewin()
{
for(new i = 0; i < MAX_PLAYERS; i++)
if(pKilled[i] == 1)
{
GameTextForPlayer (i, "you lost", 3000, 0);
}
for(new i = 0; i < MAX_PLAYERS; i++)
if(pKilled[i] == 0)
{
GameTextForPlayer (i, "won", 3000, 0); }
}
return 1; // return 1;
}
Reply


Messages In This Thread
counting thing now working - by iStarzz - 28.05.2010, 14:14
Re: counting thing now working - by ViruZZzZ_ChiLLL - 28.05.2010, 14:17
Re: counting thing now working - by iStarzz - 28.05.2010, 14:48
Re: counting thing now working - by ViruZZzZ_ChiLLL - 28.05.2010, 14:52
Re: counting thing now working - by MadeMan - 28.05.2010, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)