17.05.2011, 09:35
You gonna need 3 variables
lets say
format str1 and str 2....
then format the "Total"
Like this
lets say
pawn Код:
new Total[700],str1[256],str2[256];
then format the "Total"
Like this
pawn Код:
format(Total,sizeof(Total),%s %s",str1,str2);
TextDrawSetString(TextDraw4,Total);
pawn Код: