View Single Post
VEN
Veteran Member
Join Date: Jan 2005
Old 08-11-2005 , 06:07  
Reply With Quote #7

I think line #77:
Code:
            repeatmsg = Arg2[0]
is wrong, imo, u should replace it with:
Code:
repeatmsg = str_to_num(Arg2)
And also i think line #51:
Code:
    register_concmd("amx_abc", "cmd_broadcast", ADMIN_KICK, "<message> (max length 63)")
is wrong too, imo, u should replace it with something like this:
Code:
    register_concmd("amx_abc", "cmd_broadcast", ADMIN_KICK, "<message> [repeat times] - (max message length is 63)")
IMHO, u should replace left/down corner chat messages to hud messages this prevents flooding of console.
VEN is offline