Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2.  
  3. ({
  4. hicounter: 0,
  5. maxhis: 10,
  6.  
  7. onSpectatorJoin: function (id, name) {
  8. if (this.hicounter < this.maxhis) {
  9. battle.battleMessage(battle.id, " ty for watching my battle! i'll win just watch! " + name);
  10. this.hicounter++;
  11. if (this.hicounter == this.maxhis) {
  12. battle.battleMessage(battle.id, "omg, so much people :o i'm fame bitches");
  13. }
  14. }
  15. }
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement