Quote:
Originally Posted by Tylerst
~Reserved just in case
|
Hello Tyler,
I have the plugin running on the server and am currently testing it alongside people who have the flags enabled to use !aia. However, my infinite ammo works while his doesn't, but he was able to execute !aia properly and see "Inf. ammo enabled for <name>."
There was nothing in the error log and I deleted the old version and replaced it with this version. What could be the issue here?
I suspect it to be a simple flag setting error:
Code:
Groups
{
"Default"
{
Overrides
{
"sm_togglehoming" "allow"
"sm_gimme" "allow"
}
"immunity" "10"
}
"Donor"
{
Overrides
{
"sm_aia" "allow"
"sm_rainbowize" "allow"
"sm_gimme" "allow"
"sm_behhh" "allow"
}
"flags" "a"
"immunity" "90"
}
"Admin"
{
Overrides
{
}
"flags" "abcdefghijklmnz"
"immunity" "100"
}
}