Oz-Lin / Zr-Leader-Ultimate

CS:GO/CS:S public leader plugin that rocks!
GNU General Public License v3.0
3 stars 1 forks source link

No written admin log => beacon #2

Closed Truyn closed 2 years ago

Truyn commented 2 years ago

issue a beacon so that it is not written to the admin logs

Oz-Lin commented 2 years ago

This GitHub repo is forked from @Stewart-Anubis -> https://github.com/Stewart-Anubis/Zr-Leader-Ultimate I haven't change the code for beacon yet.

If you don't want the plugin to write into admin logs, go to: https://github.com/Oz-Lin/Zr-Leader-Ultimate/blob/main/addons/sourcemod/scripting/leader/beacon.inc

And then comment out Line 37 and Line 42 LogAction(client, client, "\"%L\" set a beacon on himself", client); LogAction(client, client, "\"%L\" removed a beacon on himself", client);

You will need to compile on your own.