Hi Guys. Im searching pvp protection script, which players with for example 50-149, can not attack players with 150+. I've got something like that, but it doesn't work. Do you have any idea^^?
local stages = {
{ from = 50, to = 149 },
{ from = 150, to = 350},
{ from = 350, to = 999}
}...