Textdraw help.
#7

This is the correct format

PHP код:
new Text:FR2012;//on top of your script
public OnGameModeInit()
{
    
FR2012 TextDrawCreate(51321"FR-2012");
    
TextDrawLetterSize(Text:FR20120.51.5);
    
TextDrawTextSize(Text:FR201212);
    
TextDrawAlignment(Text:FR20120);
    
TextDrawColor(Text:FR2012, -65366);
    
TextDrawUseBox(Text:FR20120);
    
TextDrawSetShadow(Text:FR20122);
    
TextDrawBoxColor(Text:FR2012, -1347440726);
    
TextDrawSetOutline(Text:FR20122);
    
TextDrawBackgroundColor(Text:FR2012170);
    
TextDrawFont(Text:FR20123);
    
TextDrawSetProportional(Text:FR20121);
}
public 
OnPlayerSpawn(playerid)
{
        
TextDrawShowForPlayer(playeridFR2012);
    return 
1;

Reply


Messages In This Thread
Textdraw help. - by TaLhA XIV - 26.07.2012, 15:11
Re: Textdraw help. - by Misiur - 26.07.2012, 15:13
Re: Textdraw help. - by Littlehelper - 26.07.2012, 15:16
Re: Textdraw help. - by TaLhA XIV - 26.07.2012, 15:18
Re: Textdraw help. - by Misiur - 26.07.2012, 15:20
Re: Textdraw help. - by TaLhA XIV - 26.07.2012, 15:22
Re: Textdraw help. - by nton - 26.07.2012, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)