Thread: How to get a player's steamid?
-
9th April 2008 #1
- Join Date
- Aug 2007
- Posts
- 69
How to get a player's steamid?
Hey,
I googled a lot today to get the steamid of a player - and everytime I got the "IPlayerInfoManager" with the "CreateInterfaceFn gameServerFactory".
So - like everytime - I tried to include the interface into P7 Simple Base - but the problem is that I don't know the adresse. How can I get it?
Or is there a much simplier way to get the SteamID?
-
9th April 2008 #2
- Join Date
- Nov 2007
- Posts
- 1,182
wow dude type status in console k gg
-
9th April 2008 #3
- Join Date
- Dec 2007
- Posts
- 1,726
just type status lol like twisted fate said
took me about a second to find it with google XD
-
9th April 2008 #4
- Join Date
- Jul 2007
- Posts
- 11,608
Code:#define STEAMID 2 #define FRIENDS 1 #define NAME 0 char* C_EntManager::Get_p_info( int what , player_info_t Info ) { switch ( what ) { case 0: return Info.name; case 1: return Info.friendsName; case 2: return Info.guid; } return ""; } m_pEntMgr->Get_p_info(STEAMID,pinfo);
How To Contact Me@[b/]
Private Message me for any important issues or just say Hi :) I'm not a robot.
---- (No Support!) ----
Wanna Hang out ? Add me or Join my communities below:
Add be on Discord : dr0ps25#7946 ;-)
or Join Our Community Server :
dr0ps Project-7 Telegram Community Chat: https://t.me/+pAb_mrtrjXg1ZDlk
---- (24/7 Customer Support) ----
Private Message
Email: " support 'at' Project-7. 'net' "
Create Support Ticket on Discord!
Discord Server:
Would you like to work in the cheating industry ? Project-7 is hiring a varient of new employees. We're currently in requisite of quite a few talents to add into the relaunched company now that we have a more professional and precise structure in place to provide real paid work for anyone willing to help our team grow:[/b]
We're currently looking for multiple types of forum moderators and content creators/posters, we're offering quite a few paid positions for you to just talk about cheats on the community!
-
9th April 2008 #5
- Join Date
- Dec 2007
- Posts
- 1,726
o fum1n busted out the code lol that was quick
-
9th April 2008 #6
- Join Date
- Jul 2007
- Posts
- 11,608
How To Contact Me@[b/]
Private Message me for any important issues or just say Hi :) I'm not a robot.
---- (No Support!) ----
Wanna Hang out ? Add me or Join my communities below:
Add be on Discord : dr0ps25#7946 ;-)
or Join Our Community Server :
dr0ps Project-7 Telegram Community Chat: https://t.me/+pAb_mrtrjXg1ZDlk
---- (24/7 Customer Support) ----
Private Message
Email: " support 'at' Project-7. 'net' "
Create Support Ticket on Discord!
Discord Server:
Would you like to work in the cheating industry ? Project-7 is hiring a varient of new employees. We're currently in requisite of quite a few talents to add into the relaunched company now that we have a more professional and precise structure in place to provide real paid work for anyone willing to help our team grow:[/b]
We're currently looking for multiple types of forum moderators and content creators/posters, we're offering quite a few paid positions for you to just talk about cheats on the community!
-
9th April 2008 #7
- Join Date
- Aug 2007
- Posts
- 69
Hey - cool!
I try it today :)
Thank you P7 - with you I started learning C++.
I use the Simple Base and try to make the things that I am able to do by myself - and it works very good :)
Hope in 3 - 4 months I am a little bit better :)
EDIT: I have created my own menu already. Maybe this is very easy for you but for me it's a very big step xD
thoseHacker
-
9th April 2008 #8
- Join Date
- Aug 2007
- Posts
- 1,267
i dont think u made ur own menu
the basics are from the menu of h1web huh?
-
9th April 2008 #9
- Join Date
- Nov 2007
- Posts
- 1,182
i wasnt sure what u were talking about like if u wanted a steam id in ur esp like royal or wat
-
9th April 2008 #10
- Join Date
- Aug 2007
- Posts
- 69