Seekeer

InfoVIP

Apr 3rd, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. on rightclick on entity:
  2.     if name of entity is "VIP":
  3.         send "&6&loOo-----[&2&lVIP&6&l]-----oOo"
  4.         send "&3&l/fly  &7-latanie"
  5.         send "&3&l/hat  &7-itemek na glowe"
  6.         send "&5&l5000$"
  7.         send "Dostep do &3&lVIPROOM"
  8.         stop
  9.  
  10. on rightclick on entity:
  11.     if name of entity is "SVIP":
  12.         send "&6&loOo-----[&2&lSVIP&6&l]-----oOo"
  13.         send "&3&l/fly   &7-latanie"
  14.         send "&3&l/heal   &7-leczenie"
  15.         send "Komendy &3&lVIP"
  16.         send "&5&l7500$"
  17.         send "Dostep do &3&lVIPROOM"
  18.         stop
  19.        
  20. on rightclick on entity:
  21.     if name of entity is "Elita":
  22.         send "&6&loOo-----[&2&lElita&6&l]-----oOo"
  23.         send "Komendy VIP/SVIP"
  24.         send "&5&l10000$"
  25.         send "&3&l/repair  &7-naprawa"
  26.         send "Dostep do &3&lVIPROOM"
  27.         stop
Advertisement
Add Comment
Please, Sign In to add comment