17.06.2010, 15:59
Hello, i found a wierd bug in one of my textdraws.
This is the line under OnGameModeInnit:
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.
This is the line under OnGameModeInnit:
Код:
TextDrawCreate(11.000000,288.000000,"Rank: Private ~n~Level: 1~n~Exp: 0~n~Exp Needed: 250");
And i find that wierd, as it's supposed to just create the line of text you write.