Advertisement
Guest User

Untitled

a guest
Oct 7th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. new const
  3. login_message[][] = {
  4. "",// 0
  5. "Welcome back to South Central Roleplay!\n\nYour account was last seen on: %s.\n\nPlease enter your password below to login to your account:",// 1
  6. "Welcome to South Central Roleplay, %s.\n\nNotice: Your account is not registered yet. Please enter your desired password:", // 2
  7. "Notice: You have been kicked for using up your login attempts.", // 3
  8. "Notice: Incorrect password specified (%d/3 attempts).", // 4
  9. "You have authenticated into your account successfully.", // 5
  10. "This character is already logged in.", // 6
  11. "Notice: Your character's name seems to be in use already.", // 7
  12. "[HELPER]: You have logged in as a Helper.", // 8
  13. "You have logged in as an Administrator level: %d.", // 9
  14. "You are now required to fill in your ID card.", // 10
  15. "You have entered an incorrect password."
  16. },
  17. login_dialog[][4][] = {
  18. { "Enter New Password", "Please enter your new password below.\n\nNote: Please use a strong and safe password for additional security.", "Change", "Cancel" },// 0
  19. { "Ban Notice", "Your IP is banned from this server.\n\nIP: %s\nDate: %s\nReason: %s\n\nTo request a ban appeal, please visit our website and submit a ban appeal.", "Close", ""},//1
  20. { "Ban Notice", "You are banned from this server.\n\nUsername: %s\nDate: %s\nReason: %s\n\nTo request a ban appeal, please visit our website and submit a ban appeal.", "Close", "" }// 2
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement