Advertisement
ijontichy

<stdin>

Mar 17th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. script 811 (void)
  2. {
  3. int i;
  4. for (i = 0; i < 64; i++)
  5. {
  6. if( PlayerInGame(i) && CheckActorInventory(TID_START+i, "murdererkey"))
  7. {
  8. GiveInventory("20Dollars", 1);
  9. TakeInventory("MurderKnife", 999);
  10. }
  11. else
  12. {
  13. Delay(5);
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement