echo is a command(i think) that prints a message in your console.
example:
if in your userconfig.cfg is a line:
Code:
echo "Userconfig loaded"
it will print that message in your console when userconfig.cfg is executed.
When you use it like.
Code:
server_cmd("echo ^"stuff and more stuff^"")
It will print in server console when you execute the function that holds this.
It is usefull when your plugins execute a cfg file to be sure it is executed.
It is included in cs, so you don't need amxx to use it
__________________