18.10.2009, 09:51
Код:
forward UpdateScore();
public UpdateScore()
{
new string[12];
format(string,sizeof(string),"~b~%d ~l~: ~y~%d",BlueScore, GoldScore);
TextDrawSetString(Text:ScoreBoard,string);
return 1;
}
forward UpdateScore();
public UpdateScore()
{
new string[12];
format(string,sizeof(string),"~b~%d ~l~: ~y~%d",BlueScore, GoldScore);
TextDrawSetString(Text:ScoreBoard,string);
return 1;
}