Advertisement
Guest User

function ShowShopTDs

a guest
Feb 27th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function ShowShopTDs(playerid) {
  2. TextDrawShowForPlayer(playerid, ShopTD[0]);
  3. TextDrawShowForPlayer(playerid, ShopTD[1]);
  4. PlayerTextDrawShow(playerid, ShopTDs[0]);
  5. PlayerTextDrawShow(playerid, ShopTDs[1]);
  6. TextDrawShowForPlayer(playerid, ShopTD[4]);
  7. PlayerTextDrawSetString(playerid, ShopTDs[0], "Interior id: 1");
  8. PlayerTextDrawShow(playerid, ShopTDs[0]);
  9. SelectTextDraw(playerid, 0xFF0000FF);
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement