Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. TextLogo[playerid] = CreatePlayerTextDraw(playerid, 639.592529, 433.250000, "Reborn_/_RPG.MYSERVER.RO");
  2. PlayerTextDrawLetterSize(playerid, TextLogo[playerid], 0.229176, 1.512499);
  3. PlayerTextDrawAlignment(playerid, TextLogo[playerid], 3);
  4. PlayerTextDrawColor(playerid, TextLogo[playerid], -1);
  5. PlayerTextDrawSetShadow(playerid, TextLogo[playerid], -7);
  6. PlayerTextDrawSetOutline(playerid, TextLogo[playerid], -1);
  7. PlayerTextDrawBackgroundColor(playerid, TextLogo[playerid], 255);
  8. PlayerTextDrawFont(playerid, TextLogo[playerid], 2);
  9. PlayerTextDrawSetProportional(playerid, TextLogo[playerid], 1);
  10. PlayerTextDrawSetShadow(playerid, TextLogo[playerid], -7);
  11. PlayerTextDrawSetSelectable(playerid, TextLogo[playerid], true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement