PDA

View Full Version : [CS:GO] Steamcommunity Profile Viewer


Triniayo
03-26-2016, 22:13
Hello guys,

can someone help me to get this plugin working in CS:GO? -> https://forums.alliedmods.net/showthread.php?t=261483

Would be awesome. Add me in steam for discussion, or just post here. thanks!

DarkDeviL
03-27-2016, 00:02
Hello guys,

can someone help me to get this plugin working in CS:GO? -> https://forums.alliedmods.net/showthread.php?t=261483

Would be awesome. Add me in steam for discussion, or just post here. thanks!

Seeing as the title says [ANY], and you didn't post in the thread -

Maybe you could share what kind of issues you are having on getting it to work with CS:GO, such as error logs and any other details?

If there is really something wrong with it - it would be worth posting for assistance / fixes in the plugin's own thread; there is a higher chance that the original author will see your post over there, and maybe even post a fix.

But again, provide much more details. No one can help you when all you say is "it doesn't work".

asherkin
03-27-2016, 10:00
CS:GO doesn't support late-opening of the MOTD panel, it requires (a really bad) CS:GO-specific hack which you can't expect to find in generic plugins.

Triniayo
03-27-2016, 10:40
@arne1288, if you would know how CSGO MOTD works, you wouldn't post that :) But thanks.

Yes, I know @asherkin. Thats why I want to fix it somehow, that it works with that HTML-Jscript. It must work somehow, as someone got working that Steamrep-Plugin which was for TF2. So it must be possible to get this working.
If anyone got an idea, hit me up please.

#Edit: Fixed it by myself, so no share. sorry boys

Bara
03-28-2016, 07:32
Change the size of szLink (Line 110) to 256 (should be enough) and


Format(szLink, sizeof(szLink), "http://steamcommunity.com/profiles/%s", szCommunityID);
to
Format(szLink, sizeof(szLink), "http://cola-team.com/franug/webshortcuts2.php?web=height=720,width=1280;f ranug_is_pro;http://steamcommunity.com/profiles/%s", szCommunityID);
or as fullsize windows
Format(szLink, sizeof(szLink), "http://cola-team.com/franug/webshortcuts_f.html?web=http://steamcommunity.com/profiles/%s", szCommunityID);

Remove "// " from line 118 and remove line 119.

Triniayo
04-13-2016, 18:40
Got it already by myself anyway, as mentioned above, but thanks. :D

Neuro Toxin
04-13-2016, 19:12
Your not going to share.

You come expecting help and dont share the answer.

Pretty selfish right there!

Triniayo
04-13-2016, 19:34
Well, no one helped me and I got it by myself. So why should I share it then, if no one wanted to help here? That's not really selfish.

Neuro Toxin
04-13-2016, 19:44
Being such a long term member you should know the rules.

Do not blank out posts - if you solve your problem post the solution for others to find.

Maxximou5
04-13-2016, 19:45
That's a little bit rude, you asked me for help and I helped you.

For those who look at what he did was taking code from this:
1) https://forums.alliedmods.net/showpost.php?p=2011697&postcount=45
2) https://forums.alliedmods.net/showthread.php?t=261483

Anyways, for anyone that wants it, here is a simple one only for that.
It uses a redirect from my website, so it may eventually break.

Neuro Toxin
04-13-2016, 19:53
To confirm for others.

You need a redirect html page to show motd windows in csgo.

Php with a bit of javascript is fine.

<script>
window.open($_GET['url']);
</script>

Triniayo
04-13-2016, 21:35
That's a little bit rude, you asked me for help and I helped you.

For those who look at what he did was taking code from this:
1) https://forums.alliedmods.net/showpost.php?p=2011697&postcount=45
2) https://forums.alliedmods.net/showthread.php?t=261483

Anyways, for anyone that wants it, here is a simple one only for that.
It uses a redirect from my website, so it may eventually break.

You didnt help me with that plugin at all, lol. It was another one. Anyway, solutions have been posted.

DarkDeviL
04-13-2016, 22:28
You didnt help me with that plugin at all, lol. It was another one. Anyway, solutions have been posted.

Seeing as you are like that, ...

Could you please tell us why we should ever care about you, when you only care about yourself?

Fact is that no one will ever care about you, when you don't care about anyone else. Think about that next time...

Triniayo
04-15-2016, 09:33
Seeing as you are like that, ...

Could you please tell us why we should ever care about you, when you only care about yourself?

Fact is that no one will ever care about you, when you don't care about anyone else. Think about that next time...

Well, I also care about others. I also released several plugins, but I know what you mean. I'm gonna start so share every solution. Okay? :)