Detect HLTV without is_user_hltv()
Hi guys!
How detecting HLTV in client_connect() or in client_authorized(). In this calls is_user_hltv() always returned 0. I cannot detect HLTV for rezerved slot special for him :( |
Re: Detect HLTV without is_user_hltv()
If you're not running bots, check if it's a bot.
|
Re: Detect HLTV without is_user_hltv()
Not work :(
Quote:
Code:
return ( is_user_hltv(id) || (is_user_connecting(id) && is_user_bot(id))) |
Re: Detect HLTV without is_user_hltv()
I think you can only check is_user_hltv() once it's connected, so try getting the value on client_putinserver.
|
Re: Detect HLTV without is_user_hltv()
Thanks Hawk.
:( |
Re: Detect HLTV without is_user_hltv()
Thanks DJ_WEST from http://reallite.cs2.ru/
PHP Code:
|
| All times are GMT -4. The time now is 09:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.