Re: 3 Questions..maybe more :) -
15-08-2005
The second one - go to the file stasme.cfg in main statsme directory and find this:
// Rank by AUTHID
// If you play with bots, or on a LAN Server you should *not* enabled Rank by AUTHID
sm_storebyauth 1
and change it to
sm_storebyauth 0
The third one -
There are two possibilities:
1. Some known AMX problem with bots and losing by AMX the access rights to it by admins - it was described a lot of times at this and also at AMX forum. Bots confus AMX and it doesn't recognize correctly players and bots - so admins may lost their access rigths. In code of AMX it's already fixed, but the official version of AMX with this fix isb't yet available. "Later this month" should be available the version of AMX including the fix for it (according to this what officailly DoubleDoom wrote - one of AMX developers).
If You have linux - there is the version AMX 0.9.9b already available (it includes that fix already). You can take it from AMX "General" forum - one of pinned topics.
2. Go to Your users.cfg file in AMX/config directory and find this:
"loopback" "" "abcdefghijklmnopqrstu" "de"
and use some other method to recognize admins, for example by name, or by IP. Examples:
"123.43.43.53" "" "abcdefghijklmnopqrstu" "de"
"Your_nick" "your_password" "abcdefghijklmnopqrstu" "a"
|