Guest User

Textdraw

a guest
Feb 13th, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. new Text:WelcomeRS4222;
  4. new Text:WelcomeToRS4;
  5. new Text:WelcomeToRS42;
  6. new Text:Welcome2RS4;
  7. new Text:Welcome3RS4;
  8. new Text:WelcomeRS4;
  9.  
  10.  
  11.  
  12. WelcomeRS4 = TextDrawCreate(12.000000 ,309.000000 , "~b~~h~Romania~y~~h~ Stunt~r~~h~ Forever");
  13. TextDrawBackgroundColor(WelcomeRS4, 255);
  14. TextDrawFont(WelcomeRS4 , 0);
  15. TextDrawLetterSize(WelcomeRS4 , 0.700000, 2.300000);
  16. TextDrawColor(WelcomeRS4 , 0xffffffFF);
  17. TextDrawSetOutline(WelcomeRS4 , true);
  18. TextDrawSetProportional(WelcomeRS4 , true);
  19. TextDrawSetShadow(WelcomeRS4 , 0);
  20.  
  21. WelcomeRS4222 = TextDrawCreate(22.5000000 ,326 , "] WELCOME ]");
  22. TextDrawBackgroundColor(WelcomeRS4222, 255);
  23. TextDrawFont(WelcomeRS4222 , 2);
  24. TextDrawLetterSize(WelcomeRS4222 , 0.600000, 2.2500000);
  25. TextDrawColor(WelcomeRS4222 , 0xd9ff00FF);
  26. TextDrawSetOutline(WelcomeRS4222 , 1);
  27. TextDrawSetProportional(WelcomeRS4222 , true);
  28. TextDrawSetShadow(WelcomeRS4222 , 0);
  29.  
  30. WelcomeToRS4 = TextDrawCreate(37.5000 ,345.000000 , "Please don't forget to check");
  31. TextDrawBackgroundColor(WelcomeToRS4, 255);
  32. TextDrawFont(WelcomeToRS4 , 2);
  33. TextDrawLetterSize(WelcomeToRS4 , 0.21, 1.4);
  34. TextDrawColor(WelcomeToRS4 , 0x1c8502FF);
  35. TextDrawSetOutline(WelcomeToRS4 , 1);
  36. TextDrawSetProportional(WelcomeToRS4 , 1);
  37. TextDrawSetShadow(WelcomeToRS4 , 0);
  38.  
  39. WelcomeToRS42 = TextDrawCreate(43.00000 ,358.00000 , "/HELP /CMDS /TOP /RULES");
  40. TextDrawBackgroundColor(WelcomeToRS42, 255);
  41. TextDrawFont(WelcomeToRS42 , 2);
  42. TextDrawLetterSize(WelcomeToRS42 , 0.23000000, 1.533333);
  43. TextDrawColor(WelcomeToRS42 , 0xff0000FF);
  44. TextDrawSetOutline(WelcomeToRS42 , 1);
  45. TextDrawSetProportional(WelcomeToRS42 , 1);
  46. TextDrawSetShadow(WelcomeToRS42 , 0);
  47.  
  48. Welcome2RS4 = TextDrawCreate(57.000000 ,371.0000000 , "And to Buy Vip");
  49. TextDrawBackgroundColor(Welcome2RS4, 255);
  50. TextDrawFont(Welcome2RS4 , 2);
  51. TextDrawLetterSize(Welcome2RS4 , 0.310000, 1.426666);
  52. TextDrawColor(Welcome2RS4 , 0xfff200FF);
  53. TextDrawSetOutline(Welcome2RS4 , 1);
  54. TextDrawSetProportional(Welcome2RS4 , 1);
  55. TextDrawSetShadow(Welcome2RS4 , 1);
  56.  
  57. Welcome3RS4 = TextDrawCreate(64.00000 ,384.000000 , "/BuyVip");
  58. TextDrawBackgroundColor(Welcome3RS4, 255);
  59. TextDrawFont(Welcome3RS4 , 2);
  60. TextDrawLetterSize(Welcome3RS4 , 0.460000, 1.40423);
  61. TextDrawColor(Welcome3RS4 , 0x33ff00FF);
  62. TextDrawSetOutline(Welcome3RS4 , 1);
  63. TextDrawSetProportional(Welcome3RS4 , 1);
  64. TextDrawSetShadow(Welcome3RS4 , 1);
Advertisement
Add Comment
Please, Sign In to add comment