I am thinking of a way to do this:
PHP Code:
server_cmd("kick #%d ^"Advertising!^"", get_user_userid(id));
to work with ml, will this work?
1.
PHP Code:
server_cmd("kick #%d ^"%L^", id, "ADVERTISING"", get_user_userid(id));
2.
PHP Code:
server_cmd("kick #%d ^"%L^"", id, "ADVERTISING", get_user_userid(id));