brendorox

Untitled

Aug 24th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. - script OnPCLoginEvent -1,{
  2.  
  3. OnPCLoginEvent:
  4. cutin "bat_kiyom1",2;
  5. set @npcname$,"^336699[ Bem Vindo ao ExtermeRO ! ]^000000";
  6. set @servername$,"rHome";
  7. show @npcname$;
  8. show "Olá, seja bem vindo(a) no "+ @servername$ +"";
  9. show "Você possui ^FF0000"+#CASHPOINTS+"^000000 Cash";
  10. show "Não se esqueça de votar!";
  11. next;
  12. show @npcname$;
  13. show "^FF0000Site:^000000www.ragnahome.net";
  14. show "^FF0000forum:^000000www.ragnahome.net/forum/";
  15. show "^FF0000Gerenciador:^000000www.ragnahome.nocw3.com";
  16. next;
  17. show @npcname$;
  18. show "Tudo certo, tenha um bom jogo";
  19. cutin "",255;
  20. close;
  21.  
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment