Advertisement
N1E7R4V

Untitled

Dec 1st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. function onTakeItem(instance, amount, synchronized)
  2. {
  3.     print(instance + amount + synchronized)
  4.     if (synchronized == 0)
  5.     {
  6.         removeItem(instance, amount);
  7.         print(instance + amount);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement