View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-23-2017 , 01:41   Re: WebLync 0.0.11 - A MOTD redirection service
Reply With Quote #141

Like....

Code:
public bool OnReplaceCustomParam(int client, const char[] paramname, char[] buffer, int maxlength, const char[] command)
{
    format(buffer, maxlength, "%s", "something");
    return true;
}
?
__________________
Neuro Toxin is offline