TejyDu13

TextDraw

Jul 9th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 2.61 KB | None | 0 0
  1.     Wtext = TextDrawCreate(478.000000, 312.000000, "/W= Menu Arme");
  2.     TextDrawBackgroundColor(Wtext, 255);
  3.     TextDrawFont(Wtext, 3);
  4.     TextDrawLetterSize(Wtext, 0.509998, 1.700000);
  5.     TextDrawColor(Wtext, 16711935);
  6.     TextDrawSetOutline(Wtext, 0);
  7.     TextDrawSetProportional(Wtext, 1);
  8.     TextDrawSetShadow(Wtext, 1);
  9.  
  10.     cartext = TextDrawCreate(484.000000, 296.000000, "/car= Menu voiture");
  11.     TextDrawBackgroundColor(cartext, 255);
  12.     TextDrawFont(cartext, 3);
  13.     TextDrawLetterSize(cartext, 0.500000, 1.700000);
  14.     TextDrawColor(cartext, 65535);
  15.     TextDrawSetOutline(cartext, 0);
  16.     TextDrawSetProportional(cartext, 1);
  17.     TextDrawSetShadow(cartext, 1);
  18.    
  19.     tcartext = TextDrawCreate(449.000000, 282.000000, "/tcar= Tuner voiture");
  20.     TextDrawBackgroundColor(tcartext, 255);
  21.     TextDrawFont(tcartext, 3);
  22.     TextDrawLetterSize(tcartext, 0.500000, 1.600000);
  23.     TextDrawColor(tcartext, -16776961);
  24.     TextDrawSetOutline(tcartext, 0);
  25.     TextDrawSetProportional(tcartext, 1);
  26.     TextDrawSetShadow(tcartext, 1);
  27.    
  28.     fliptext = TextDrawCreate(479.000000, 267.000000, "/flip= Retourner");
  29.     TextDrawBackgroundColor(fliptext, 255);
  30.     TextDrawFont(fliptext, 3);
  31.     TextDrawLetterSize(fliptext, 0.500000, 1.700000);
  32.     TextDrawColor(fliptext, -65281);
  33.     TextDrawSetOutline(fliptext, 0);
  34.     TextDrawSetProportional(fliptext, 1);
  35.     TextDrawSetShadow(fliptext, 1);
  36.    
  37.     Capstext = TextDrawCreate(450.000000, 252.000000, "H pour reparer");
  38.     TextDrawBackgroundColor(Capstext, 255);
  39.     TextDrawFont(Capstext, 3);
  40.     TextDrawLetterSize(Capstext, 0.500000, 1.700000);
  41.     TextDrawColor(Capstext, 16711935);
  42.     TextDrawSetOutline(Capstext, 0);
  43.     TextDrawSetProportional(Capstext, 1);
  44.     TextDrawSetShadow(Capstext, 1);
  45.    
  46.     sptext = TextDrawCreate(482.000000, 238.000000, "LMB= Boost");
  47.     TextDrawBackgroundColor(sptext, 255);
  48.     TextDrawFont(sptext, 3);
  49.     TextDrawLetterSize(sptext, 0.500000, 1.700000);
  50.     TextDrawColor(sptext, 65535);
  51.     TextDrawSetOutline(sptext, 0);
  52.     TextDrawSetProportional(sptext, 1);
  53.     TextDrawSetShadow(sptext, 1);
  54.  
  55.     jumptext = TextDrawCreate(446.000000, 223.000000, "+ ou 2= Saut véhicule");
  56.     TextDrawBackgroundColor(jumptext, 255);
  57.     TextDrawFont(jumptext, 3);
  58.     TextDrawLetterSize(jumptext, 0.500000, 1.800000);
  59.     TextDrawColor(jumptext, -16776961);
  60.     TextDrawSetOutline(jumptext, 0);
  61.     TextDrawSetProportional(jumptext, 1);
  62.     TextDrawSetShadow(jumptext, 1);
  63.    
  64.     vtext = TextDrawCreate(482.000000, 208.000000, "/v= Vehicule menu");
  65.     TextDrawBackgroundColor(vtext, 255);
  66.     TextDrawFont(vtext, 3);
  67.     TextDrawLetterSize(vtext, 0.500000, 1.800000);
  68.     TextDrawColor(vtext, 16711935);
  69.     TextDrawSetOutline(vtext, 0);
  70.     TextDrawSetProportional(vtext, 1);
  71.     TextDrawSetShadow(vtext, 1);
Advertisement
Add Comment
Please, Sign In to add comment