Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: aaron on September 03, 2013, 08:07:36 AM
-
Hey, I have a forceswap command created that I would like to give to donators but with the restrictions that they can only use the command on them self and depending on what level donator they are, they can only use once every 20, 40, 60 minutes.
How would I go around doing this?
-
Make sure the target for the command is only themselves. When they use the command store the player in a table and create a timer to remove the player from the table after the time specified?
-
ULX has no restrictions on how often a command can be run, only on what groups.
You'll need to add the time tracking within your own code.