Amx_Super.txt:
Code:
AMX_SUPER_ALLTALK_STATUS = [AMXX] sv_alltalk is ^"%d^"
AMX_SUPER_ALLTALK_SET_CASE2 = [AMXX] ADMIN %s set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_SET_CASE1 = [AMXX] ADMIN set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_LOG = [AMX_Super] ALLTALK: ^"%s<%s>^" set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_MSG = [AMXX] Alltalk has been set to ^"%s^
amxx.cfg:
Code:
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 1
Quote:
|
Um... The map extend, I can only think that you have activity to 1 = no admin name
|
Yup, I have, but why it shows my nick only on map extend command? I don't want my nick there.
amx_super.sma:
Code:
set_pcvar_float(mp_timelimit,get_pcvar_float(mp_timelimit) + tlimit)
client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_EXTEND_SUCCESS",name,tlimit)
++user_limit
return PLUGIN_HANDLED
I think this is the prob with extend. Where is switch and cases? Oh, the lang file is missing those too.
I can't find anything wrong with alltalk...