brendorox

Untitled

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