client_putinserver don't called
Hi i have:
PHP Code:
I haven't a no-one in console and chat. |
Re: client_putinserver don't called
Is the plugin running ? (amxx list )
How do you test ? |
Re: client_putinserver don't called
You can't print yet anything to player in putinserver, you have to delay it a bit or to hook something else.
|
Re: client_putinserver don't called
Use set_task to delay the command...
I'd delay it for about 2~3 seconds... |
Re: client_putinserver don't called
Anytime after the function has been passed (means 1 frame or less) should be enough, so a 0.1 task should work.
|
Re: client_putinserver don't called
Quote:
|
Re: client_putinserver don't called
i think it is something like this
PHP Code:
|
Re: client_putinserver don't called
Quote:
register_logevent("LogEvent_EnteredTheGame", 2, "1=entered the game"); It is called in CHalfLifeMultiplay::InitHUD, so i think the frame after ClientPutInServer. Dunno if something can be hooked in the same frame, anyway, is not the point. |
| All times are GMT -4. The time now is 10:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.