Advertisement
Don_Speed

TextdrawDS

Sep 8th, 2018
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.75 KB | None | 0 0
  1. CriarText(playerid)
  2. {
  3.     PlayerInfo[playerid][Zona] = TextDrawCreate(86.000000, 424.000000, "");
  4.     TextDrawAlignment(PlayerInfo[playerid][Zona], 2);
  5.     TextDrawBackgroundColor(PlayerInfo[playerid][Zona], -1);
  6.     TextDrawFont(PlayerInfo[playerid][Zona], 2);
  7.     TextDrawLetterSize(PlayerInfo[playerid][Zona], 0.200000, 1.500000);
  8.     TextDrawColor(PlayerInfo[playerid][Zona], -1);
  9.     TextDrawSetOutline(PlayerInfo[playerid][Zona], 0);
  10.     TextDrawSetProportional(PlayerInfo[playerid][Zona], 1);
  11.     TextDrawSetShadow(PlayerInfo[playerid][Zona], 0);//1
  12.     TextDrawSetSelectable(PlayerInfo[playerid][Zona], 0);
  13.    
  14.    
  15.     TextDrawShowForPlayer(playerid, PlayerInfo[playerid][Zona]);
  16. }
  17. DestroiText(playerid)
  18. {
  19.     TextDrawHideForPlayer(playerid, PlayerInfo[playerid][Zona]);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement