Set timer inside a textdraw
#6

Quote:
Originally Posted by ConnorW
Посмотреть сообщение
Use TextDrawSetString

PHP код:
    format(respawnupdate,sizeof(respawnupdate),"RESPAWN IN: %i",TimeConvert(RespawnGeneral()));
        
TextDrawSetString(TDEditor_TD[1], respawnupdate);
      
TDEditor_TD[1] = TextDrawCreate(27.000020423.540802"RESPAWN IN 10");
    
TextDrawLetterSize(TDEditor_TD[1], 0.2360001.259851);
    
TextDrawAlignment(TDEditor_TD[1], 1);
    
TextDrawColor(TDEditor_TD[1], -1);
    
TextDrawSetShadow(TDEditor_TD[1], 1);
    
TextDrawBackgroundColor(TDEditor_TD[1], 255);
    
TextDrawFont(TDEditor_TD[1], 2);
    
TextDrawSetProportional(TDEditor_TD[1], 1); 
What about respawn in 10

I need to delete it.
Reply


Messages In This Thread
Set timer inside a textdraw - by Zeus666 - 29.09.2018, 11:32
Re: Set timer inside a textdraw - by TheToretto - 29.09.2018, 11:53
Re: Set timer inside a textdraw - by Zeus666 - 29.09.2018, 12:12
Re: Set timer inside a textdraw - by Zeus666 - 29.09.2018, 12:40
Re: Set timer inside a textdraw - by d3Pedro - 29.09.2018, 13:21
Re: Set timer inside a textdraw - by Zeus666 - 29.09.2018, 13:23
Re: Set timer inside a textdraw - by UFF - 29.09.2018, 15:02
Re: Set timer inside a textdraw - by Zeus666 - 29.09.2018, 15:06
Re: Set timer inside a textdraw - by UFF - 29.09.2018, 15:21
Re: Set timer inside a textdraw - by Zeus666 - 29.09.2018, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)