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

[EXTENSION] CSteamID - SteamIDs as 64bit integers


Post New Thread Reply   
 
Thread Tools Display Modes
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 09-16-2012 , 11:18   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #31

Somebody requested CSGO support so here it is, along with all the updated source files. Only tested the windows ep2v binary but they should all work.

Supported games: TF2/GMod/DOD/CSGO/CSS
Attached Files
File Type: zip csteamid-src.zip (20.0 KB, 461 views)
File Type: inc csteamid.inc (1.5 KB, 497 views)
File Type: zip csteamid-binaries.zip (148.9 KB, 420 views)
__________________

Last edited by pheadxdll; 10-27-2012 at 14:16.
pheadxdll is offline
SaberUK
New Member
Join Date: Jul 2010
Old 10-27-2012 , 10:45   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #32

To anyone who is having problems with this extension after the Scream Fortress update it can be fixed by symlinking libtier0.so and libvstdlib.so to their new _srv equivalents.

Code:
cd orangebox/bin
ln -s libtier0_srv.so libtier0.so
ln -s libvstdlib_srv.so libvstdlib.so

Last edited by SaberUK; 12-10-2012 at 03:02. Reason: Thanks to naris for noticing my typo, I wrote this message after a long night of server fixing. ;D
SaberUK is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 10-27-2012 , 13:56   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #33

Quote:
Originally Posted by SaberUK View Post
To anyone who is having problems with this extension after the Scream Fortress update it can be fixed by symlinking libtier0.so and libvstdlib.so to their new _srv equivalents.

Code:
cd orangebox/bin
ln -s libtier0.so libtier0_srv.so
ln -s libvstdlib.so libvstdlib_srv.so
You have the ln commands backwards, it should be:

Code:
cd orangebox/bin
ln -s libtier0_srv.so libtier0.so
ln -s libvstdlib_srv.so libvstdlib.so
naris is offline
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 10-27-2012 , 14:17   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #34

That will work, but I've updated the ep2v.so binary in this post.
__________________

Last edited by pheadxdll; 10-27-2012 at 14:17.
pheadxdll is offline
dddshroom
New Member
Join Date: Jul 2015
Old 07-10-2015 , 15:17   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #35

Is this extension still being updated? If not, what is the best up to date alternative?

I'm getting:

[10] <FAILED> file "csteamid.ext.2.csgo.so": /home/servonet/csgo_gungame/steamcmd/games/csgo/csgo/addons/sourcemod/extensions/csteamid.ext.2.csgo.so: undefined symbol: __dynamic_cast

Thanks for any information you can provide.
dddshroom is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-12-2015 , 09:18   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #36

Quote:
Originally Posted by dddshroom View Post
Is this extension still being updated? If not, what is the best up to date alternative?

I'm getting:

[10] <FAILED> file "csteamid.ext.2.csgo.so": /home/servonet/csgo_gungame/steamcmd/games/csgo/csgo/addons/sourcemod/extensions/csteamid.ext.2.csgo.so: undefined symbol: __dynamic_cast

Thanks for any information you can provide.
https://sm.alliedmods.net/new-api/cl...etClientAuthId
bool GetClientAuthId(int client, AuthIdType authType, char[] auth, int maxlen, bool validate)eg: GetClientAuthId(client, AuthId_SteamID64, authid, sizeof(authid));
This does do it as a string though.
AuthId_SteamID64 = "A SteamID64 (uint64) as a String, ex "76561197968573709""
https://sm.alliedmods.net/new-api/clients/AuthIdType
__________________
versatile_bfg is offline
Reply



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 10:33.


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