Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. new Text:LogoON[5];
  2.  
  3. LogoON[0] = TextDrawCreate(518.000000, 389.000000, "~r~W~w~ar");
  4. TextDrawBackgroundColor(LogoON[0], 255);
  5. TextDrawFont(LogoON[0], 1);
  6. TextDrawLetterSize(LogoON[0], 0.729999, 2.799999);
  7. TextDrawColor(LogoON[0], -1);
  8. TextDrawSetOutline(LogoON[0], 0);
  9. TextDrawSetProportional(LogoON[0], 1);
  10. TextDrawSetShadow(LogoON[0], 1);
  11.  
  12. LogoON[1] = TextDrawCreate(565.000000, 389.000000, "~r~Z~w~one");
  13. TextDrawBackgroundColor(LogoON[1], 255);
  14. TextDrawFont(LogoON[1], 1);
  15. TextDrawLetterSize(LogoON[1], 0.729999, 2.799999);
  16. TextDrawColor(LogoON[1], -1);
  17. TextDrawSetOutline(LogoON[1], 0);
  18. TextDrawSetProportional(LogoON[1], 1);
  19. TextDrawSetShadow(LogoON[1], 1);
  20.  
  21. LogoON[2] = TextDrawCreate(579.000000, 386.000000, "~r~V~w~ERSION 3.0");
  22. TextDrawBackgroundColor(LogoON[2], 255);
  23. TextDrawFont(LogoON[2], 2);
  24. TextDrawLetterSize(LogoON[2], 0.170000, 1.100000);
  25. TextDrawColor(LogoON[2], -1);
  26. TextDrawSetOutline(LogoON[2], 0);
  27. TextDrawSetProportional(LogoON[2], 1);
  28. TextDrawSetShadow(LogoON[2], 1);
  29.  
  30. LogoON[3] = TextDrawCreate(524.000000, 427.000000, "EQUIPEWARZONERJ.NET");
  31. TextDrawBackgroundColor(LogoON[3], 255);
  32. TextDrawFont(LogoON[3], 2);
  33. TextDrawLetterSize(LogoON[3], 0.220000, 0.899999);
  34. TextDrawColor(LogoON[3], -1);
  35. TextDrawSetOutline(LogoON[3], 0);
  36. TextDrawSetProportional(LogoON[3], 1);
  37. TextDrawSetShadow(LogoON[3], 1);
  38.  
  39. LogoON[4] = TextDrawCreate(540.000000, 414.000000, Clock);
  40. TextDrawBackgroundColor(LogoON[4], 255);
  41. TextDrawFont(LogoON[4], 2);
  42. TextDrawLetterSize(LogoON[4], 0.200000, 1.100000);
  43. TextDrawColor(LogoON[4], -1);
  44. TextDrawSetOutline(LogoON[4], 0);
  45. TextDrawSetProportional(LogoON[4], 1);
  46. TextDrawSetShadow(LogoON[4], 1);
  47.  
  48.  
  49. public OnPlayerSpawn(playerid)
  50. {
  51. TextDrawShowForPlayer(playerid, LogoON[0]);
  52. TextDrawShowForPlayer(playerid, LogoON[1]);
  53. TextDrawShowForPlayer(playerid, LogoON[2]);
  54. TextDrawShowForPlayer(playerid, LogoON[3]);
  55. TextDrawShowForPlayer(playerid, LogoON[4]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement