Need Help Guys. Really Need Help
#4



Код:
public One()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    PlayerPlaySound(i,1056)
	GameTextForAll("~r~1",2000,3);
	return 1;
}

public Two()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    PlayerPlaySound(i,1056)
	GameTextForAll("~p~2",2000,3);
	return 1;
}

public Three()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    PlayerPlaySound(i,1056)
	GameTextForAll("~y~3",2000,3);
	return 1;
}

public Four()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    PlayerPlaySound(i,1056)
	GameTextForAll("~b~4",2000,3);
	return 1;
}

public Five()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    PlayerPlaySound(i,1056)
 	GameTextForAll("~w~5",2000,3);
 	return 1;
}

public GoGoGo()
{
    for(new i=0; i<MAX_PLAYERS; i++) 
    PlayerPlaySound(i,1056)
	GameTextForAll("~g~GO GO GO!",3000,3);
	return 1;
}
Note: i did not test
Reply


Messages In This Thread
Need Help Guys. Really Need Help - by yoan103 - 08.02.2010, 08:10
Re: Need Help Guys. - by Faraday - 08.02.2010, 08:16
Re: Need Help Guys. - by yoan103 - 08.02.2010, 08:17
Re: Need Help Guys. Really Need Help - by Kanji_Suzuki - 08.02.2010, 08:27
Re: Need Help Guys. Really Need Help - by yoan103 - 08.02.2010, 08:35
Re: Need Help Guys. Really Need Help - by Kanji_Suzuki - 08.02.2010, 08:37

Forum Jump:


Users browsing this thread: 1 Guest(s)