Textdraw shop
#9

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


Messages In This Thread
Textdraw shop - by Admigo - 17.05.2011, 08:53
Re: Textdraw shop - by Elka_Blazer - 17.05.2011, 08:56
Re: Textdraw shop - by Admigo - 17.05.2011, 08:59
Re: Textdraw shop - by Elka_Blazer - 17.05.2011, 09:04
Re: Textdraw shop - by Admigo - 17.05.2011, 09:06
Re: Textdraw shop - by Elka_Blazer - 17.05.2011, 09:11
Re: Textdraw shop - by Admigo - 17.05.2011, 09:21
Re: Textdraw shop - by Admigo - 17.05.2011, 09:25
Re: Textdraw shop - by Elka_Blazer - 17.05.2011, 09:35
Re: Textdraw shop - by Admigo - 17.05.2011, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)