server console > client console
Can it be possible to transfer a message from server console to client console.
for ex: being an admin I use amx_unbanip <....>. This command will unban specific IP from listip and thus some output will be written to server console like: IP filter removed/Couldn't find ... How can I transfer this message to that admin console. Don't know whether its possible or not. |
Re: server console > client console
Use Orpheu to hook print to server console. Search for Orpheu and Con_Printf
|
Re: server console > client console
anything other than hooking server console ?. dnt want to use orpheu as new module to server.
|
Re: server console > client console
Maybe a Metamod plugin if it exists, doubt it does exist currently. But what do you have against adding another module?
|
Re: server console > client console
Don't wanna add extra module just for a small piece of work in a single plugin
|
Re: server console > client console
Quote:
|
Re: server console > client console
Yes, current I dont require extra module. So any other possible way to send message from server console to client ?
|
Re: server console > client console
Option 1: Use rcon
Option 2: Use Orpheu or a probably non-existing Metamod Plugin Those are the only options. |
Re: server console > client console
oh nice. 1st option is good, I forget about it. I can use amx to execute rcon command from client console so the server message will printed on client console. say for ex this piece of code should work
PHP Code:
|
| All times are GMT -4. The time now is 06:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.