Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. TextDraws[0] = TD_Create(22.000000, 172.080070);
  2. TD_Display ("Presione la tecla ~k~~CONVERSATION_YES~ para entrar.", TextDraws[0], 22.000000, 172.080070);
  3. TD_BackgroundColor (TextDraws[0], 255);
  4. TD_Font (TextDraws[0], 1);
  5. TD_LetterSize (TextDraws[0], 0.399497, 1.448799);
  6. TD_Color (TextDraws[0], COLOR_ERRORT);
  7. TD_SetOutline (TextDraws[0], 1);
  8. TD_SetProportional (TextDraws[0], true);
  9. TD_UseBox (TextDraws[0], true);
  10. TD_BoxColor (TextDraws[0], 0x00000066);
  11. TD_TextSize (TextDraws[0], 171.000000, -103.599967);
  12. //======================================================[AVISO SALIR]==============================================//
  13. TextDraws[1] = TD_Create(22.000000, 172.080070);
  14. TD_Display ("Presione la tecla ~k~~CONVERSATION_YES~ para salir.", TextDraws[1], 22.000000, 172.080070);
  15. TD_BackgroundColor (TextDraws[1], 255);
  16. TD_Font (TextDraws[1], 1);
  17. TD_LetterSize (TextDraws[1], 0.399497, 1.448799);
  18. TD_Color (TextDraws[1], COLOR_ERRORT);
  19. TD_SetOutline (TextDraws[1], 1);
  20. TD_SetProportional (TextDraws[1], true);
  21. TD_UseBox (TextDraws[1], true);
  22. TD_BoxColor (TextDraws[1], 0x00000066);
  23. TD_TextSize (TextDraws[1], 171.000000, -103.599967);
  24.  
  25. TextDraws[2] = TD_Create(376.500000, 427.839965);
  26. TD_Display ("Utilice ~k~~PED_JUMPING~ para detener la animacion.", TextDraws[2], 376.500000, 427.839965);
  27. TD_LetterSize (TextDraws[2], 0.316499, 1.605600);
  28. TD_TextSize (TextDraws[2], 633.000000, 10.640017);
  29. TD_Alignment (TextDraws[2], 1);
  30. TD_Color (TextDraws[2], -16776961);
  31. TD_UseBox (TextDraws[2], true);
  32. TD_BoxColor (TextDraws[2], 0x00000066);
  33. TD_SetShadow (TextDraws[2], 0);
  34. TD_SetOutline (TextDraws[2], 1);
  35. TD_BackgroundColor (TextDraws[2], 51);
  36. TD_Font (TextDraws[2], 1);
  37. TD_SetProportional (TextDraws[2], true);
  38.  
  39. TextDraws[3] = TD_Create(22.000000, 122.080070);//122.080070
  40. TD_Display ("Presione la tecla ~k~~CONVERSATION_NO~ para recoger el objeto.", TextDraws[3], 22.000000, 122.080070);
  41. TD_BackgroundColor (TextDraws[3], 255);
  42. TD_Font (TextDraws[3], 1);
  43. TD_LetterSize (TextDraws[3], 0.399499, 1.448799);
  44. TD_Color (TextDraws[3], COLOR_ERRORT);
  45. TD_SetOutline (TextDraws[3], 1);
  46. TD_SetProportional (TextDraws[3], true);
  47. TD_UseBox (TextDraws[3], true);
  48. TD_BoxColor (TextDraws[3], 0x00000066);
  49. TD_TextSize (TextDraws[3], 171.000000, 40.880023);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement