Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if(clickedid == stata_TD[1] || clickedid == Text:INVALID_TEXT_DRAW) {
  2. CancelSelectTextDraw(playerid);
  3. HidePlayerStats(playerid);
  4. }
  5. return 1; // 16856 строка
  6. }
  7.  
  8. stock HidePlayerStats(playerid) {
  9. for(new w; w < sizeof(stata_TD); w++) TextDrawHideForPlayer(playerid, stata_TD[w]);
  10. for(new i; i < sizeof(stata_PTD); i++) PlayerTextDrawHide(playerid, stata_PTD[playerid][i]); // 36960 строка
  11. CancelSelectTextDraw(playerid);
  12. return true;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement