01.01.2010, 15:45
got errors fixed but when i go to game then i see nothing there .
pawn Код:
new str[128];
new PR = PInfo[playerid][Rank];
format(str, 128, "Your Rank: %d: \"%s\"", PR, RankInfo[PR][RName]);
TextDrawCreate(4.000000,435.000000,str);
TextDrawFont(forum,3);
TextDrawColor(forum,0x33AA33AA);
TextDrawLetterSize(forum,0.599999,1.000000);
TextDrawSetOutline(forum,1);
TextDrawSetShadow(forum,1);
TextDrawSetProportional(forum,1);
TextDrawBackgroundColor(forum,0x000000ff);