console_print
Why does it works sometimes and sometimes it does not ?
It works when I'm baning player. in Say hook. But it doesn't work when client connects, then I get all info from SQL and set task with 2 seconds, nothing happens, the code in both situation are exactly same. |
Re: console_print
in client connect, you should use
client_cmd(id, "echo ^"somthing^"") |
Re: console_print
Well it doesn't work either.
>>PART OF CODE PHP Code:
|
Re: console_print
or, try this
public client_connect(id) { engfunc(EngFunc_ClientPrintf, id, 0, "bla#############") } |
Re: console_print
This should print message to console or chat ?
|
Re: console_print
Client is not in the server to receive commands on client_connect(). This is the way that I understand it. Try client_putinserver().
|
Re: console_print
I used this:
PHP Code:
Does not work. |
| All times are GMT -4. The time now is 19:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.