So I made a loading screen on Photoshop for a prop hunt server but how do I get the index.html file/ how do i make one so that the server information can change per load?
as requested by Dink, but i just dont know how to get the index.html or how to code
To create a custom loading screen that can display custom information that changes per player you need to make it through php.
the url should be set to:
http://<PATH/TO/PHP/FILE>?sid=%s&map=%m
(06-28-2018, 09:11 PM)Zephyr Wrote: [ -> ]To create a custom loading screen that can display custom information that changes per player you need to make it through php.
the url should be set to:
http://<PATH/TO/PHP/FILE>?sid=%s&map=%m
well idk how to code, i only made the image in psd
If you want to have the dynamic info you have to code it in, doing an API reques to steam for that information.
(06-28-2018, 11:47 PM)Tedgp908 > Wrote: [ -> ]If you want to have the dynamic info you have to code it in, doing an API reques to steam for that information.
ugh this is so hard, im no coder