Hello! I am newbie at coding. So, please, help me to convert next code
Code:
client_print(0,print_chat,"ADMIN %s: Command line ^"%s^" has been used on the %ss",admin,command,arg[1])
server_print("ADMIN %s: Command line ^"%s^" has been used on the %ss",admin,command,arg[1])
to
log_to_file function. I want to make this plugin log any admin's activity with command
amx_exec (source attached) to txt-file on my server. Thx.
P.S. sorry 4 by bad english ^)