Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. showServers("n");
  2. if(modLogin) showServers("m");
  3. function showServers($type) {
  4. switch($type) {
  5. case 'n':
  6. //Mostra servidores normais
  7. case 'm':
  8. //Mostra os de mod
  9. default:
  10. //Mostra os normais
  11. }
Add Comment
Please, Sign In to add comment