LielXD / CS2-WeaponPaints-Website

Some website i've made for my cs2 server for the plugin cs2-weaponpaints and wanted to share this with the community.
https://cs2.lielxd.com
MIT License
57 stars 17 forks source link

Undefined variable #17

Closed szogun1910 closed 9 months ago

szogun1910 commented 9 months ago

Hi After uploading the latest version it gives me this error, php version 8.1 2024-02-19 20:57:03.819965 [NOTICE] [4015263] [T0] [127.0.0.1:6868-5#APVH_www.skins.xxx.xxx] [STDERR] PHP Warning: Undefined variable $Website_UseWeaponPaints in xxxxx/public_html/skins/index.php on line 4\n 2024-02-19 20:57:03.819988 [NOTICE] [4015263] [T0] [127.0.0.1:6868-5#APVH_www.skins.xxx.xxx] [STDERR] PHP Warning: Undefined variable $Website_UseGloves in xxx/public_html/skins/index.php on line 4\n

kubo997 commented 9 months ago

add

$Website_UseWeaponPaints = true;
$Website_UseGloves = true;

to config.php file