Textdraw tag mismatches?
#2

Код:
mtd[MAX_PLAYERS];
at the top.

PHP код:
    for(new 0MAX_PLAYERSi++)
    {
        
TextDrawUseBox(mtd[i],1);        
TextDrawBoxColor(mtd[i],0x000000ff);        
TextDrawTextSize(mtd[i],729.000000,236.000000);       
 
TextDrawAlignment(mtd[i],1);       
 
TextDrawBackgroundColor(mtd[i],0x000000ff);       
 
TextDrawFont(mtd[i],3);        
TextDrawLetterSize(mtd[i],0.499999,2.000000);        
TextDrawColor(mtd[i],0xffffffff);        
TextDrawSetProportional(mtd[i],1);       
 
TextDrawSetShadow(advert[i],1);        
TextDrawSetShadow(mtd[i],1);

Under OnGameModeInIt.
Reply


Messages In This Thread
Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 03:27
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 03:47
Re: Textdraw tag mismatches? - by Donya - 31.03.2011, 04:01
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 04:42
Re: Textdraw tag mismatches? - by leong124 - 31.03.2011, 04:57
Re: Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 05:09
Re: Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 05:11
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 05:47
Re: Textdraw tag mismatches? - by Vince - 31.03.2011, 09:44
Re: Textdraw tag mismatches? - by iggy1 - 31.03.2011, 09:49

Forum Jump:


Users browsing this thread: 2 Guest(s)