[SOLVED] How Read arguments from connect command
Hello,
I would like read arguments from connect command... like connect IP:port string I need "string" parameter.. I try call read_argv(1,command,30) in client_connect/client_authorized but this doesnt work :( |
Re: How Read arguments from connect command
That is because they are not in your server yet. You cannot catch the command if it was not executed within your server.
|
Re: How Read arguments from connect command
Thanks for explanation, bad for me :(
|
Re: [SOLVED] How Read arguments from connect command
also, the arguments are not sent to client_connect(). you have to register the command and then you can get the arguments. (so yes it can work, but only if they are leaving your server and not joining it for the first time)
|
| All times are GMT -4. The time now is 22:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.