Raised This Month: $12 Target: $400
 3% 

[ANY] SteamID Authenticator (1.2.0, 2018-11-14)


Post New Thread Reply   
 
Thread Tools Display Modes
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 11-14-2018 , 11:02   Re: [ANY] SteamID Authenticator (1.0.0, 2018-11-14)
Reply With Quote #11

Quote:
Originally Posted by Ilusion9 View Post
PHP Code:

public OnPluginStart()
{
    if (
SID_CLOCKKillTimer(SID_CLOCK);
    
SID_CLOCK CreateTimer(2.5Timer_SIDVALIDATE_TIMER_REPEAT);

SID_CLOCK is useless in OnPluginStart. The timer will be closed in OnPluginEnd automatically.
use:

PHP Code:

public OnPluginStart()
{
    
CreateTimer(2.5Timer_SIDVALIDATE_TIMER_REPEAT);

Really? I thought they continued forever regardless... Thanks for letting me know ^-^
J_Tanzanite is offline
mdrxd100
New Member
Join Date: Nov 2018
Old 11-17-2018 , 13:31   Re: [ANY] SteamID Authenticator (1.1.0, 2018-11-14)
Reply With Quote #12

Sorry, I'm new to this but what happens if the Steam community servers are down?
mdrxd100 is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 11-17-2018 , 13:33   Re: [ANY] SteamID Authenticator (1.1.0, 2018-11-14)
Reply With Quote #13

Quote:
Originally Posted by mdrxd100 View Post
Sorry, I'm new to this but what happens if the Steam community servers are down?
According to the latest source code in #1, it seems like the only two things would be:

1. Player cannot type in text chat, e.g. spam away
2. Player won't be able to move.

Roughly 2.5 seconds after the Steam network is "back up", or your connection to the Steam network, the player will be marked as validated and thereby be allowed to do these things.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode