PDA

View Full Version : Documentation fixes


PM
03-18-2004, 18:32
Some mistakes in documentation.

Configuration -> General

amx_default_access
Default value is ""

amx_mode
Default value is "2.0"

amx_show_activity, amx_scrollmsg, amx_imessage
? I can't find default value in sources of scripts. May be anybody test it?

amx_freq_imessage
Default value is "10"

amx_reservation
Default value is "1"

amx_time_display
There is no default value

amx_vote_delay
Default value is 60


Commands

amx_ban <name or #userid> <minutes> [reason]
bans from server by ip if sv_lan = 1 & by WONID/SteamID if sv_lan = 0

amx_banid <name or #userid> <minutes> [reason]
bans from server by WONID/SteamID

amx_banip <name or #userid> <minutes> [reason]
bans from server by ip

BAILOPAN
03-18-2004, 19:02
Thanks =) I will resolve these for the next release.

BigBaller
03-18-2004, 19:51
BAIL

dont forget the linux install documenation

.dll is listed instead of .so

Fant
03-21-2004, 09:25
I found mistakes in 'title' tag in the linux and windows installation. Check it please =)

devicenull
03-21-2004, 09:53
amx_show_activity is NOT SET at all.. in my plugins I had to use register_cvar to get it to appear. Otherwise, it wasn't set to anything

[RED-Designs]
03-21-2004, 09:54
amx_show_activity is NOT SET at all.. in my plugins I had to use register_cvar to get it to appear. Otherwise, it wasn't set to anything

amx_show_activity works for me, the defualt plugins dont seem to have it work but with 2 of my plugin ports it works fine.

BigBaller
03-21-2004, 17:24
amx_show_activity is NOT SET at all.. in my plugins I had to use register_cvar to get it to appear. Otherwise, it wasn't set to anything

Yea, that is something that should be fixed soon.