Hi everyone, don't know if it's the right section for this, moderators can move where this belongs.
So I'm encountering a problem with group permission can_trade
I'm using the config below:
This works when I'm on my test server in my own computer. GM Chief and Co-Admin can't use trade.
But when I use this settings on the live server, GM Chief and Co-Admin can use trade.
So I'm encountering a problem with group permission can_trade
I'm using the config below:
{
id: 80
name: "GM Chief"
inherit: ( "Law Enforcement" )
level: 80
commands: {
}
log_commands: true
permissions: {
can_trade: false
}
},
{
id: 98
name: "Co-Admin"
inherit: ( "GM Chief" )
level: 98
commands: {
}
log_commands: true
permissions: {
can_trade: false
}
},
This works when I'm on my test server in my own computer. GM Chief and Co-Admin can't use trade.
But when I use this settings on the live server, GM Chief and Co-Admin can use trade.