View Single Post
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-05-2020 , 06:43   Re: [Help] reading server prints
Reply With Quote #4

Did you try register_concmd? It's server console, and regular console in one, you can put command that you want to be printed.

Example:

PHP Code:
public plugin_init() 
{
    
register_concmd("amx_cvar""cvar_print")

supertrio17 is offline