Guest User

Untitled

a guest
Jan 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Script 766 open
  2. {
  3. Delay (500);
  4. If (Playercount() > 2)
  5. Restart;
  6. Else
  7. Setmusic ("d_duel",1,1);
  8. }
  9.  
  10. Script 765 open
  11. {
  12. Delay (300);
  13. if (PlayerCount() != 1)
  14. Restart;
  15. else
  16. Exit_Normal(0);
  17. }
Add Comment
Please, Sign In to add comment