Advertisement
Chronos_Ouroboros

ACS 1

Jun 9th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. script 999 ENTER
  2. {
  3. while(true)
  4. {
  5. GiveInventory("AirAmount",7000);
  6. TakeInventory("AirAmount",GetAirSupply(PlayerNumber()));
  7. Delay(1);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement