Guest User

Untitled

a guest
Aug 2nd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Znaci ovako:
  2. 1.
  3. new Text:Textdraw444;
  4.  
  5. 2.
  6. Textdraw444 = TextDrawCreate(501.000000, 1.000000, "Expres Game");
  7. TextDrawBackgroundColor(Textdraw444, 255);
  8. TextDrawFont(Textdraw444, 1);
  9. TextDrawLetterSize(Textdraw444, 0.579999, 1.800000);
  10. TextDrawColor(Textdraw444, 16711935);
  11. TextDrawSetOutline(Textdraw444, 1);
  12. TextDrawSetProportional(Textdraw444, 1);
  13. TextDrawSetSelectable(Textdraw444, 1);
  14. ILI OVDE TREBA IZBRISATI OVO: Textdraw 444 =? Da ostane samo: TextDrawCreate(501.000000, 1.000000, "Expres Game");
  15.  
  16. 3.
  17. a sta ovde ovako? TextDrawShowForPlayer(playerid, Text:Textdraw444); ili kao sto je bilo: TextDrawShowForPlayer(playerid, Textdraw444);
Advertisement
Add Comment
Please, Sign In to add comment