TextDrawSetString doesnt work in 0.3 ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: TextDrawSetString doesnt work in 0.3 ? (
/showthread.php?tid=103006)
TextDrawSetString doesnt work in 0.3 ? -
eminich - 18.10.2009
Код:
forward UpdateScore();
public UpdateScore()
{
new string[12];
format(string,sizeof(string),"~b~%d ~l~: ~y~%d",BlueScore, GoldScore);
TextDrawSetString(Text:ScoreBoard,string);
return 1;
}
Re: TextDrawSetString doesnt work in 0.3 ? -
SpiderPork - 18.10.2009
Show it to the player after you use it.
Re: TextDrawSetString doesnt work in 0.3 ? - Zeex - 18.10.2009
It works, and without re-showing, so the problem is in your script.