need help with textdraw
#1

i have a question.

how i can make this text to TextDraw ?

pawn Код:
new str[128];
new PR = PInfo[playerid][Rank];
format(str, 128, "Your Rank: %d: \"%s\"", PR, RankInfo[PR][RName]);
to

like:
pawn Код:
forum = TextDrawCreate(4.000000,435.000000,"Your Rank Is: %d: \"%s\"");
  TextDrawFont(forum,3);
  TextDrawColor(forum,0x33AA33AA);
  TextDrawLetterSize(forum,0.599999,1.000000);
  TextDrawSetOutline(forum,1);
  TextDrawSetShadow(forum,1);
  TextDrawSetProportional(forum,1);
  TextDrawBackgroundColor(forum,0x000000ff);
if i go to game then there is text like this :

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: 5 Guest(s)