need help with textdraw
#4

keep this
pawn Код:
new str[128];
new PR = PInfo[playerid][Rank];
format(str, 128, "Your Rank: %d: \"%s\"", PR, RankInfo[PR][RName]);
change
pawn Код:
TextDrawCreate(4.000000,435.000000,"Your Rank Is: %d: \"%s\""
to
pawn Код:
TextDrawCreate(4.000000,435.000000,str);
I think that should work
Reply


Messages In This Thread
need help with textdraw - by rs2fun111 - 01.01.2010, 13:17
Re: need help with textdraw - by KnooL - 01.01.2010, 14:27
Re: need help with textdraw - by rs2fun111 - 01.01.2010, 14:39
Re: need help with textdraw - by KnooL - 01.01.2010, 14:47
Re: need help with textdraw - by WackoX - 01.01.2010, 14:47
Re: need help with textdraw - by rs2fun111 - 01.01.2010, 15:21
Re: need help with textdraw - by rs2fun111 - 01.01.2010, 15:45
Re: need help with textdraw - by KnooL - 10.01.2010, 11:06
Re: need help with textdraw - by Peep - 11.01.2010, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)