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