TextDraw
#5

Quote:
Originally Posted by Metharon
Посмотреть сообщение
pawn Код:
new PlayerText:exp[MAX_PLAYERS];
   
    exp[playerid] = CreatePlayerTextDraw(playerid, 553.000000, 102.000000, "_");
    PlayerTextDrawAlignment(playerid,exp[playerid], 2);
    PlayerTextDrawBackgroundColor(playerid,exp[playerid], 255);
    PlayerTextDrawFont(playerid,exp[playerid], 1);
    PlayerTextDrawLetterSize(playerid,exp[playerid], 0.299998, 1.499999);
    PlayerTextDrawColor(playerid,exp[playerid], -1);
    PlayerTextDrawSetOutline(playerid,exp[playerid], 1);
    PlayerTextDrawSetProportional(playerid,exp[playerid], 0);
    PlayerTextDrawUseBox(playerid,exp[playerid], 1);
    PlayerTextDrawBoxColor(playerid,exp[playerid], 0xAA3333AA);
    PlayerTextDrawTextSize(playerid,exp[playerid], 318.000000, 110.000000);


    To call it :
     - PlayerTextDrawShow(playerid, exp[playerid]);
    To hide it
     - PlayerTextDrawHide(playerid, exp[playerid]);
Allons-y!
where to put this

Код:
 To call it :
     - PlayerTextDrawShow(playerid, exp[playerid]); 
    To hide it
     - PlayerTextDrawHide(playerid, exp[playerid]);
Reply


Messages In This Thread
TextDraw - by mrl123 - 20.07.2014, 14:56
Respuesta: TextDraw - by Xabi - 20.07.2014, 15:02
Re: Respuesta: TextDraw - by mrl123 - 20.07.2014, 15:05
Re: TextDraw - by Metharon - 20.07.2014, 15:07
Re: TextDraw - by mrl123 - 20.07.2014, 15:12
Re: TextDraw - by Metharon - 20.07.2014, 15:15
Re: TextDraw - by mrl123 - 20.07.2014, 15:34
Re: TextDraw - by kesarthakur - 20.07.2014, 15:37
Re: TextDraw - by mrl123 - 20.07.2014, 15:53
Re: TextDraw - by IceBilizard - 20.07.2014, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)