Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if you want to do something in an "if case" you can use $if and $endIf to create a block of sorts this way.
- This can also be used with select menus
- variable
- Premium = false
- $onlyIf[$getServerVar[Premium]==yes;Premium requied]
- This checks whether the variable has the value "yes" if this is not the case, the message after the ; issued in the case
- Premium required.
- If you want more information about the premium system, have a look here
- https://www.youtube.com/watch?v=EVPeVjjQT2M
Advertisement
Add Comment
Please, Sign In to add comment