13.10.2009, 01:02
Enable the console input for the Linux version of the SA-MP server.
Why is this usefull?
You will be able to do a cron that manage the log rotation of your server.
Example script:
Why is this usefull?
You will be able to do a cron that manage the log rotation of your server.
Example script:
Code:
# moving the server log mv server_log.txt server_log2.txt # reloading the log file (sending the "reloadlog" command to the server). screen -S sampserver -X -p0 eval "stuff 'reloadlog'^m"