Advertisement
Guest User

Skripcik

a guest
Oct 31st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.50 KB | None | 0 0
  1. aliases:
  2.     # Tupodaj potki do picia. Mozesz podac kilka ale po przecinku
  3.     potion = 373:8270,
  4.     # Tupodaj potki do rzucania. Mozesz podac kilka ale po przecinku
  5.     potionsplash = 373:16462,
  6. on rightclick with potion:
  7.     if player doesn't have the permission "potion":
  8.         send "&cTa mikstura jest zablokowana na serwerze!" to player
  9.         cancel event
  10. on rightclick with potionsplash:
  11.     if player doesn't have the permission "potion":
  12.         send "&cTa mikstura jest zablokowana na serwerze!" to player
  13.         cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement