Hello
I would like to point out, I know there's a few other posts or tutorials but they seem outdated or just don't work for me. I'm probably doing something wrong.
I would like someone to show/tell me how to make the most basic loading screen ever. I have a fairly good understanding of HTML and CSS so I can style it.
All I want is the php to get the players username and steamid as well as the map. I will then need to print this.
Any help would be cool, don't post links to other posts because I'm sure I would have seen it -_-
Thanks.
First result when googling 'gmod wiki loading screen', has some useful information after the basic set up stuff:
[url]https://wiki.garrysmod.com/page/Loading_URL[/url]
Is anyone able to help me? I know to get player info I need to use my steam api key, how do I do this in php?
[QUOTE=Munch1431;49349633]Is anyone able to help me? I know to get player info I need to use my steam api key, how do I do this in php?[/QUOTE]
Ever heard of 'trying'? First of, there are many API examples on the Valve Developer wiki, second you could look in other loading screens, looking how they do it.
I have tried, I will look at other peoples loading screens. I just don't wanna copy anything, but thanks anyways.
[QUOTE=Munch1431;49349691]I have tried, I will look at other peoples loading screens. I just don't wanna copy anything, but thanks anyways.[/QUOTE]
Its not hard to retrieve the APIs result and convert it to an PHP array, receiving stuff like personaname etc - [url]https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerSummaries_.28v0002.29[/url]
It tells you how to get the info off the link Niandra posted. Stop being lazy.
[QUOTE=Nookyava;49349728]It tells you how to get the info off the link Niandra posted. Stop being lazy.[/QUOTE]
He was too lazy to search the VDC for the link I posted probably, since it isnt in the GWiki.
Sorry, you need to Log In to post a reply to this thread.