Advertisement
Guest User

Xandy Shox

a guest
Nov 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. if(playertextid == InvText[playerid][3])
  2. {
  3. for(new i=0; i<75; i++)
  4. {
  5. if(InventarioInfo[playerid][i][iSlot] == 19382)
  6. {
  7. return 0;
  8. }
  9. if(InventarioInfo[playerid][i][iSlot] != 19382)
  10. {
  11. for(new a=2; a<75; a++)
  12. {
  13. if(InventarioInfo[playerid][i][iSlot] == 19382)
  14. {
  15. InventarioInfo[playerid][i][iSlot] == InventarioInfo[playerid][a][iSlot];
  16. InventarioInfo[playerid][i][iUnidades] == InventarioInfo[playerid][a][iUnidades];
  17. }
  18. }
  19. }
  20. }
  21. FecharInventario(playerid);
  22. AbrirInventario(playerid);
  23. SetTimerEx("AbrirInventario", 200, false, "i", playerid);
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement