Event question

UbberN00ber

New member
Jul 14, 2018
60
0
0
48
is this correct for allowing only players under lvl 10 to use 1 time

STARTSWITH:!exp||ALEVEL:<10||COOLDOWN:999hr

bc-givexp {{player_name}} 700000

i put a cooldown cause i only want it used 1 time

i had a player test it and they were able to use it 8 times before they stopped
 
There are a couple things wrong with it actually. =)

ALEVEL is ADMIN LEVEL, not the players in game level. If you want the in game level of their character, use PLEVEL

The time on the cooldown isn't set right, it would be 999H not 999hr

Also, just a heads up, cooldowns reset when RAT is restarted, they aren't saved. That's something I want to do in the future, but haven't had time to get to, so be aware of that.