Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Script 1 ENTER CLIENTSIDE
  2. {
  3. if(PlayedRave == 0) //fixed
  4. {
  5. SetMusic("D_RAVE");
  6. PlayedRave = 1;
  7. }
  8. else //error: "Invalid statement"
  9. Print(s:"Sorry, " n:0, s:" \ccbut this has already been executed.");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement