Textdraw shortage? - 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: Textdraw shortage? (
/showthread.php?tid=155246)
Textdraw shortage? -
Naxix - 17.06.2010
Hello, i found a wierd bug in one of my textdraws.
This is the line under OnGameModeInnit:
Код:
TextDrawCreate(11.000000,288.000000,"Rank: Private ~n~Level: 1~n~Exp: 0~n~Exp Needed: 250");
Everything works great except the word "Private" is shown as "P"
And i find that wierd, as it's supposed to just create the line of text you write.