View Single Post
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 10-24-2010 , 17:14   Re: Amx Log Advanced v1.4
Reply With Quote #28

Quote:
Originally Posted by rx1983 View Post
how to add admins incluisive chat?
example:
PHP Code:
    register_clcmd("say""cmdSayChat"ADMIN_CHAT"@[@|@|@][a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|x]<text> 
    register_clcmd("
say_team", "cmdSayAdmin", 0, "@<text
    
register_concmd("amx_say""cmdSay"ADMIN_CHAT"<message> 
    admin_chat_id = register_concmd("
amx_chat", "cmdChat"
    register_concmd("
amx_psay", "cmdPsay", ADMIN_CHAT, "
    
register_concmd("amx_tsay""cmdTsay"ADMIN_CHAT"
    register_concmd("
amx_csay", "cmdTsay", ADMIN_CHAT, " 
is it possible?
Add these lines:
Code:
register_clcmd("amx_psay", "client_say")
register_clcmd("amx_tsay", "client_say")
...
Quote:
Originally Posted by csl View Post
can you make it to save with .html extension ?
tks
Change .txt extension to .html in .sma file and compile.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline