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

[CSS] Steam_SetCustomSteamID with steamtools


Post New Thread Reply   
 
Thread Tools Display Modes
delachambre
AlliedModders Donor
Join Date: Jan 2011
Location: France
Old 04-24-2012 , 04:39   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #21

It's easy when the person understands spoken the language used...

Troll.
__________________
♥ 𝕊ℙ𝕒𝕨𝕟 𝔻𝕖𝕧𝕖𝕝𝕠𝕡𝕖𝕣 [ℂ𝕊:𝕊] ♥

Clan-Nemesis
delachambre is offline
Old 06-01-2012, 22:52
Mathias.
This message has been deleted by asherkin. Reason: a) Don't dredge up old threads b) It's already over
michalextaza
Junior Member
Join Date: Apr 2013
Old 04-21-2013 , 12:23   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #22

Quote:
Originally Posted by asherkin View Post
Moved the thread to the SteamTools forum.


That's exactly what this function doesn't do, it's nothing about setting a client's SteamID.
Helping without understanding doesn't help anyone.


This is mostly correct.

The comment about OnClientPreConnect and the Connect extension only applies to the DLC and Subscription functions.

Basically the idea is that you can do something like this:
PHP Code:
Steam_SetCustomSteamID("STEAM_0:1:13776935");
Steam_RequestStats(USE_CUSTOM_STEAMID);

...

public 
Steam_StatsReceived(client)
{
    if (
client == USE_CUSTOM_STEAMID)
    {
        new 
String:steamID[32];
        
Steam_GetCustomSteamID(steamIDsizeof(steamID));
        
PrintToChatAll("Got stats for %s."steamID);
    }

It might not work for all functions.
Tell me please how to do this? In what files need to insert these lines?

And will it be modified steam _d displayed in "status"?

Last edited by michalextaza; 04-21-2013 at 12:23.
michalextaza is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-21-2013 , 12:26   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #23

Quote:
Originally Posted by michalextaza View Post
Tell me please how to do this? In what files need to insert these lines?

And will it be modified steam _d displayed in "status"?
http://www.english-online.org.uk/course.htm
__________________
asherkin is offline
michalextaza
Junior Member
Join Date: Apr 2013
Old 05-02-2013 , 04:49   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #24

Quote:
Originally Posted by asherkin View Post
I know that I have a problem with english, but u understand me. Can you help me, please? I need help with my question.

Last edited by michalextaza; 05-02-2013 at 04:50.
michalextaza is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-02-2013 , 06:09   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #25

Quote:
Originally Posted by michalextaza View Post
I know that I have a problem with english, but u understand me. Can you help me, please? I need help with my question.
  • You didn't even read the post you replied to.
  • I'm not going to help you do something shady.
__________________

Last edited by asherkin; 05-02-2013 at 06:09.
asherkin is offline
michalextaza
Junior Member
Join Date: Apr 2013
Old 05-02-2013 , 12:48   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #26

In fact, I read your post and I just added this site to my favorites..
It's okay I don't see. All right. Is it possible to hide fully a player in "status"? How can that be done?
This question is useful to many people. I would be grateful for your help.

Last edited by michalextaza; 05-02-2013 at 12:50.
michalextaza is offline
API
Veteran Member
Join Date: May 2006
Old 05-21-2013 , 19:07   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #27

Try to think of this as a global variable that is used when calling other functions. It does not manipulate a client's SteamID. It stores the steam ID into a variable that is used in the instance that USE_CUSTOM_STEAMID is involved.
__________________
API is offline
Send a message via AIM to API
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 05-28-2013 , 04:02   Re: [CSS] Steam_SetCustomSteamID with steamtools
Reply With Quote #28

Quote:
Originally Posted by michalextaza View Post
In fact, I read your post and I just added this site to my favorites..
It's okay I don't see. All right. Is it possible to hide fully a player in "status"? How can that be done?
[...]
You can see how it is done in https://forums.alliedmods.net/showthread.php?p=1796351

Quote:
Originally Posted by pimpinjuice View Post
Try to think of this as a global variable that is used when calling other functions. It does not manipulate a client's SteamID. It stores the steam ID into a variable that is used in the instance that USE_CUSTOM_STEAMID is involved.
That does make it a bit more clear (well; for me at least) in case you don't know what 'Steam_RequestStats' is. Thanks.
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword 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 11:36.


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