Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.90 KB | None | 0 0
  1. case XXX:
  2. {
  3.     if(cSlot1 == XXXX)
  4.     {
  5.             Teleport(clientid,XXXX,YYYY);
  6.                 SendClientMessage(clientid, "menssagem aki");
  7.             PInt(addr_bclient + 0x015C6A94) = 0;
  8.                 int i ;
  9.                     for(i = 1; i < 1 ;i++)
  10.                     {
  11.                         SendInv(clientid,1,i,addrSlotI(clientid,1));
  12.                         SendInv(clientid,1,0,addrSlotI(clientid,0));
  13.                     }
  14.                 break;
  15.         }
  16.     else if(cSlot2 == XXXX)
  17.     {
  18.         Teleport(clientid,XXXX,YYYY);
  19.                 SendClientMessage(clientid, "menssagem aki");
  20.             PInt(addr_bclient + 0x015C6A9C) = 0;
  21.                 int i ;
  22.                     for(i = 2; i < 2 ;i++)
  23.                     {
  24.                         SendInv(clientid,1,i,addrSlotI(clientid,1));
  25.                         SendInv(clientid,1,0,addrSlotI(clientid,0));
  26.                     }
  27.                 break;
  28.     }
  29.     return;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement