what is the function
what function retur the code:
"entered the game" ? |
Re: what is the function
client_authorized
client_connect client_putinserver |
Re: what is the function
Quote:
the order is user conected ip address steam validation user entered the game eg: Iubaretu<1799><STEAM_ID_PENDING><>" connected, address "86.125.xxx.xxx:27005" Iubaretu<1799><STEAM_0:1:1381xxxx><>" STEAM USERID validated Iubaretu<1799><STEAM_0:1:1381xxxx><>" entered the game Iubaretu<1799><STEAM_0:1:1381xxxx><>" joined team "CT" |
Re: what is the function
You want client_putinserver(). The documentation is correct when it states the order is not guaranteed..
|
Re: what is the function
Keep in mind though, as the documentation alluded to, you might not be able to get a player's authid in client_putinserver(), firewall.
|
Re: what is the function
so client_connect is the last?
i saw that client_putinserver and client_authorized aren't in a specific order but then client_connect is the last ? 1.client_putinserver 2.client_authorized 3.client_connect 1.client_authorized 2.client_putinserver 3.client_connect. |
Re: what is the function
I'm shure this is the correct order! :wink:
Code:
client_connect // Once that players types in console "connect bla bla" and press enter. |
Re: what is the function
For the last time: client_putinserver() and client_authorized() aren't guaranteed to be called in any particular order. client_connect() is first.
|
Re: what is the function
Of course is not! But i tell the order for player connecting...and to answer to firewall
Code:
client_putinserverEDIT: @Lee - correct :wink: |
| All times are GMT -4. The time now is 10:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.