Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Neptune = TextDrawCreate(546.763916, 426.416534, "~b~NEP~w~TUNE");
  2. TextDrawLetterSize(Neptune, 0.613982, 2.416666);
  3. TextDrawAlignment(Neptune, 1);
  4. TextDrawColor(Neptune, 41215);
  5. TextDrawSetShadow(Neptune, 0);
  6. TextDrawSetOutline(Neptune, 1);
  7. TextDrawBackgroundColor(Neptune, 51);
  8. TextDrawFont(Neptune, 1);
  9. TextDrawSetProportional(Neptune, 1);
  10.  
  11.  
  12. Logo[playerid] = CreatePlayerTextDraw(playerid, 550.044250, 417.083740, "~w~orange / ~b~ RebornAdv (ID:0)");
  13. PlayerTextDrawLetterSize(playerid, Logo[playerid], 0.146866, 1.518331);
  14. PlayerTextDrawAlignment(playerid, Logo[playerid], 1);
  15. PlayerTextDrawColor(playerid, Logo[playerid], -1);
  16. PlayerTextDrawSetShadow(playerid, Logo[playerid], 0);
  17. PlayerTextDrawSetOutline(playerid, Logo[playerid], 1);
  18. PlayerTextDrawBackgroundColor(playerid, Logo[playerid], 51);
  19. PlayerTextDrawFont(playerid, Logo[playerid], 2);
  20. PlayerTextDrawSetProportional(playerid, Logo[playerid], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement