How create this textdraw?
#7

Here is ones i made:

pawn Код:
// On top of script:
new Text:Textdraw0;
new Text:Textdraw1;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(210.000000, 210.000000, "hud:radar_burgerShot");
TextDrawBackgroundColor(Textdraw0, 0);
TextDrawFont(Textdraw0, 4);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, 30.000000, 30.000000);
TextDrawSetSelectable(Textdraw0, 0);

Textdraw1 = TextDrawCreate(250.000000, 215.000000, "~b~~h~~h~Something. ~r~~h~]]]");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 2);
TextDrawLetterSize(Textdraw1, 0.500000, 2.000000);
TextDrawColor(Textdraw1, -1);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetSelectable(Textdraw1, 0);
Offtopic: If you want all map icon sprite names. Tell me via PM.
Reply


Messages In This Thread
How create this textdraw? - by Ssaint - 05.07.2014, 19:58
Re: How create this textdraw? - by Dignity - 05.07.2014, 20:00
Re: How create this textdraw? - by Ssaint - 05.07.2014, 20:03
Re: How create this textdraw? - by ev0lution - 05.07.2014, 23:40
Re: How create this textdraw? - by LivingLikeYouDo - 06.07.2014, 09:44
Re: How create this textdraw? - by iFarbod - 06.07.2014, 09:47
Re: How create this textdraw? - by iFarbod - 06.07.2014, 09:53
Re: How create this textdraw? - by danish007 - 06.07.2014, 10:20

Forum Jump:


Users browsing this thread: 2 Guest(s)