'Time Left' textdraw
#5

Something like this?
pawn Code:
// On top of script:
new Text:CoutDown;

// In OnGameModeInit
CoutDown = TextDrawCreate(477 ,115 , "Time 06:00");
TextDrawFont(CoutDown , 1);
TextDrawLetterSize(CoutDown , 0.8, 5.6000000000000005);
TextDrawColor(CoutDown , 0xffffffFF);
TextDrawSetOutline(CoutDown , false);
TextDrawSetProportional(CoutDown , false);
TextDrawSetShadow(CoutDown , 1);
Reply


Messages In This Thread
'Time Left' textdraw - by nuriel8833 - 02.02.2012, 18:28
Re: 'Time Left' textdraw - by Konstantinos - 02.02.2012, 18:33
Re: 'Time Left' textdraw - by nuriel8833 - 02.02.2012, 18:34
Re: 'Time Left' textdraw - by Scenario - 02.02.2012, 18:39
Re: 'Time Left' textdraw - by Konstantinos - 02.02.2012, 18:44
Re: 'Time Left' textdraw - by thimo - 02.02.2012, 18:49
Re: 'Time Left' textdraw - by MP2 - 02.02.2012, 19:19
Re: 'Time Left' textdraw - by nuriel8833 - 03.02.2012, 04:26

Forum Jump:


Users browsing this thread: 1 Guest(s)