TextDrawSetString doesnt work in 0.3 ?
#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;
}
Reply
#2

Show it to the player after you use it.
Reply
#3

It works, and without re-showing, so the problem is in your script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)