Hey there.
I have been playing around with this and by this, I mean:
A player can slap himself with 0 - 100 damage ect..
I use:
ulx groupallow blabla "ulx slap" "^ 0"
But, obviously that only makes them allowed to slap themselves with 0 damage.
My question is..
How can I put limits on, like from 0 to 100 damage?
If possible?
Thanks.
Edit:
Btw, I have tried adding these 2 right after each other (if I want them only to be able to slap themselves with 0 AND 100 damage):
ulx groupallow blabla "ulx slap" "^ 0"
ulx groupallow blabla "ulx slap" "^ 100"
For some reason, the last one typed is overwriting the other one?
I have also tried:
ulx groupallow blabla "ulx slap" "^ 0-100"
ulx groupallow blabla "ulx slap" "^ 0 100"
and so on. None of them worked.
That's all, thanks.