ITEM.AllowUserGroups = "donator", "donator+"
What am I doing wrong?
Cant say exactly what but I know there is a 2 line code for it
+ is registered as a bad character and therefore breaks the code. Change the code name to donatorplus.
[QUOTE=Kaillus;44474736]+ is registered as a bad character and therefore breaks the code. Change the code name to donatorplus.[/QUOTE]
I'm pretty sure you're wrong.
Just put brackets{}
ITEM.AllowedUserGroups = { "donator", "donator+" }
Sorry, you need to Log In to post a reply to this thread.