Raised This Month: $ Target: $400
 0% 

[EXTENSION] CSteamID - SteamIDs as 64bit integers


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
naris
AlliedModders Donor
Join Date: Dec 2006
Old 10-27-2012 , 13:56   Re: [EXTENSION] CSteamID - SteamIDs as 64bit integers
Reply With Quote #1

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 #2

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 #3

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 #4

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


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