PH Loading screen help - Printable Version +- Dinkleberg's GMod (https://www.dinklebergsgmod.com/site) +-- Forum: Prop Hunt (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=4) +--- Forum: PH Suggestions & Help (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=11) +--- Thread: PH Loading screen help (/showthread.php?tid=4737) |
PH Loading screen help - §6ツ §5RADɪғʏ - 06-28-2018 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 RE: PH Loading screen help - Yeezy Jeezy - 06-28-2018 @Everyjuan RE: PH Loading screen help - DC.Zephyr - 06-28-2018 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 RE: PH Loading screen help - §6ツ §5RADɪғʏ - 06-28-2018 (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. well idk how to code, i only made the image in psd RE: PH Loading screen help - Tedgp908 - 06-28-2018 If you want to have the dynamic info you have to code it in, doing an API reques to steam for that information. RE: PH Loading screen help - §6ツ §5RADɪғʏ - 06-28-2018 (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 |