Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. else if(clickedid == invLD_TD[19]) // Кнопка "Информация" (Инвентарь)
  2. {
  3. if(ClickInv[playerid] == 36) return true;
  4. SPD(playerid,11,0,t_info[p_info[playerid][pInv][ClickInv[playerid]]][iName],t_info[p_info[playerid][pInv][ClickInv[playerid]]][iText],"Ок","");
  5. UpdInv(playerid,ClickInv[playerid],1);
  6. ClickInv[playerid] = 36;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement