Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. public gameTip()
  2. {
  3. // Random tip
  4. new message = random(15);
  5. switch(message)
  6. {
  7. case 0: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Need help? Type {4E9BED}/ask {FFFFFF}to ask one of our server helpers!");
  8. case 1: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Do not forget to login with your account on User Control Panel at {4E9BED}UCP.LasVenturas.net");
  9. case 2: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}You can visit the server forums at {4E9BED}Forum.LasVenturas.net");
  10. case 3: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Donations help us stay alive. Donate to get in-game special features. Visit {4E9BED}Store.LasVenturas.net");
  11. case 4: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Having trouble finding a location? Type {4E9BED}/gps");
  12. case 5: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Found a bug or exploit? Report it on our forums and get rewarded!");
  13. case 6: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Forgot a command? Use {4E9BED}/help {FFFFFF}or {4E9BED}/cmds!");
  14. case 7: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Noticed a cheater? Don't scream in chat, use /report <id> <reason>");
  15. case 8: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Looking for a house to stay? Use {4E9BED}/housesforsale {FFFFFF}to find a house in the city!");
  16. case 9: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Got bored? Give a try our minigames (/gps)");
  17. case 10: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Got Suggestions or Feedback? We want to hear them. Visit Forum.LasVenturas.net");
  18. case 11: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Depositing money in bank will help you avoid high tax rates");
  19. case 12: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}You can create your own gang and capture the zones & territories all over San Andreas. Use {4E9BED}/gcreate");
  20. case 13: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Want to try something eccentric? Try to complete missions & get cash");
  21. case 14: SendClientMessageToAll(COLOR_WHITE, "{4E9BED}[TIP] {FFFFFF}Buy a business and earn from it daily!");
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement