oualid6496
Well-Known Member
atm I do only have 3 diffrent groups players, gamemaster and god
data\XML\group.lua
but I want to change it to
player, tutor, senior tutor, gamemaster and admin I tryd this but it didn't work :/
data\XML\group.lua
Do I have to change something else or did I just do somthing wrong here? (I used the flags of my 10.10 ot)
@Limos @Ninja @WibbenZ @Mariuskens
data\XML\group.lua
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
<group id="2" name="gamemaster" flags="137438953471" access="1" maxdepotitems="0" maxvipentries="200" />
<group id="3" name="god" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" />
</groups>
but I want to change it to
player, tutor, senior tutor, gamemaster and admin I tryd this but it didn't work :/
data\XML\group.lua
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
<group id="2" name="tutor" flags="16809984" access="1" maxdepotitems="0" maxvipentries="200" />
<group id="3" name="senior tutor" flags="68736352256" access="2" maxdepotitems="0" maxvipentries="200" />
<group id="4" name="gamemaster" flags="3808558964575" access="3" maxdepotitems="0" maxvipentries="200" />
<group id="5" name="community manager" flags="3840774348794" access="4" maxdepotitems="0" maxvipentries="200" />
<group id="6" name="admin" flags="3845069447162" access="5" maxdepotitems="0" maxvipentries="200" />
</groups>
Do I have to change something else or did I just do somthing wrong here? (I used the flags of my 10.10 ot)
@Limos @Ninja @WibbenZ @Mariuskens