Advertisement
akbare

VIP-shop

Apr 30th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. - script VIP Agent -1,{
  2. if(vip_status(1) < 1) goto l_raktjatdjelata;
  3. else if(vip_status(1) > 0) goto l_premium;
  4.  
  5. l_premium:
  6. callshop "VIPSHOP#hidden", 1;
  7. dispbottom "[VIP Agent] Terima Kasih sudah Memakai Layanan VIP, Semoga hari ini menyenangkan.";
  8. end;
  9.  
  10. l_raktjatdjelata:
  11. dispbottom "[VIP Agent] Maaf Toko hanya bisa dipakai untuk yang memiliki tanda VIP.";
  12. end;
  13. OnInit:
  14. waitingroom "VIP Agent",0;
  15. npcshopattach "market2#hidden";
  16. end;
  17.  
  18. }
  19.  
  20. - shop VIPSHOP#hidden -1,17314:1000000,12210:10000000
  21.  
  22.  
  23. // Duplicates
  24. //============================================================
  25. prontera,147,165,6 duplicate(VIP Agent) VIP Agent#prt 616
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement