Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. function MSG1()
  2. {
  3. MSG("Need fuel? .Go on washington's beach fuel station");
  4. }
  5.  
  6. function MSG2()
  7. {
  8. MSG("There are some jobs which u can earn money, go work.");
  9. }
  10.  
  11. function MSG3()
  12. {
  13. MSG("Want to race? Use /race.");
  14. }
  15.  
  16. function MSG4()
  17. {
  18. MSG("Want duel? Use /duel.");
  19. }
  20.  
  21. function MSG5()
  22. {
  23. MSG("Server version: 1.3.");
  24. }
  25.  
  26. function MSG6()
  27. {
  28. MSG("Something illegal? /report.");
  29. }
  30.  
  31. function MSG7()
  32. {
  33. MSG("Use /cmds to learn faster the commands.");
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement