Raised This Month: $ Target: $400
 0% 

Checking the Age of a SteamID


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
stupok
Veteran Member
Join Date: Feb 2006
Old 12-22-2008 , 08:21   Re: Checking the Age of a SteamID
Reply With Quote #8

To be honest, I don't know what these numbers have to do with age, but here's what you posted:

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New SteamID Blocker"
#define VERSION "1.0"
#define AUTHOR "stupok"


public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
client_authorized(id)
{
    new 
SteamID[32]
    
    
get_user_authid(idSteamID31)
    
    new 
iFirstNum SteamID[8] - 48
    
new iSecondNum str_to_num(SteamID[9])
    
    
iSecondNum iFirstNum + (iSecondNum 2) + 76561197960265728
    
    
// do something...

__________________
stupok is offline
 



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 09:18.


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