18.02.2015, 18:37
Pessoal como colocar mapicon em textdraw?
Como faz ?
igual a do print do hamburger, a taзa e o Z
Como faz ?
igual a do print do hamburger, a taзa e o Z
hud:radar_burguerShot
new Text:IconeFSS[3];
IconeFSS[0] = TextDrawCreate(500.000000, 160.000000, "hud:radar_ZERO");
TextDrawBackgroundColor(IconeFSS[0], 0);
TextDrawFont(IconeFSS[0], 4);
TextDrawLetterSize(IconeFSS[0], -0.049999, -4.000000);
TextDrawColor(IconeFSS[0], -1);
TextDrawSetOutline(IconeFSS[0], 0);
TextDrawSetProportional(IconeFSS[0], 1);
TextDrawSetShadow(IconeFSS[0], 1);
TextDrawUseBox(IconeFSS[0], 1);
TextDrawBoxColor(IconeFSS[0], 255);
TextDrawTextSize(IconeFSS[0], 12.000000, 10.000000);
TextDrawSetSelectable(IconeFSS[0], 0);
IconeFSS[1] = TextDrawCreate(500.000000, 125.000000, "hud:radar_burgerShot");
TextDrawBackgroundColor(IconeFSS[1], 0);
TextDrawFont(IconeFSS[1], 4);
TextDrawLetterSize(IconeFSS[1], 0.500000, 1.000000);
TextDrawColor(IconeFSS[1], -1);
TextDrawSetOutline(IconeFSS[1], 0);
TextDrawSetProportional(IconeFSS[1], 1);
TextDrawSetShadow(IconeFSS[1], 1);
TextDrawUseBox(IconeFSS[1], 1);
TextDrawBoxColor(IconeFSS[1], 255);
TextDrawTextSize(IconeFSS[1], 13.000000, 12.000000);
TextDrawSetSelectable(IconeFSS[1], 0);
IconeFSS[2] = TextDrawCreate(500.000000, 142.000000, "hud:radar_dateDrink");
TextDrawBackgroundColor(IconeFSS[2], 0);
TextDrawFont(IconeFSS[2], 4);
TextDrawLetterSize(IconeFSS[2], 0.500000, 1.000000);
TextDrawColor(IconeFSS[2], -1);
TextDrawSetOutline(IconeFSS[2], 0);
TextDrawSetProportional(IconeFSS[2], 1);
TextDrawSetShadow(IconeFSS[2], 1);
TextDrawUseBox(IconeFSS[2], 1);
TextDrawBoxColor(IconeFSS[2], 255);
TextdrawTextSize(IconeFSS[2], 13.000000, 12.000000);
TextDrawSetSelectable(IconeFSS[2], 0);