eBot-CSGO-Web
eBot-CSGO-Web copied to clipboard
Backend Livemap
Is this supposed to not work? Any info or guide to get it working? Much appreciated.
It should not work I think. The livemap never worked well :)
If you had it somewhat working, could you please share it? :D It would be greatly appreciated if it can get worked on by community.
Seems some files got bad path to some images,
- /images/maps/csgo/livemap -> /images/maps/livemap
./apps/backend/modules/matchs/templates/_livemap.php: <img src="/images/maps/csgo/livemap/_blue.png" style="width: 16px; height: 16px;"> Attacker<br>
./apps/backend/modules/matchs/templates/_livemap.php: <img src="/images/maps/csgo/livemap/_red.png" style="width: 16px; height: 16px;"> Victim<br>
./apps/frontend/modules/matchs/templates/externalLivemapSuccess.php: blue.src = '/images/maps/csgo/livemap/_blue.png';
./apps/frontend/modules/matchs/templates/externalLivemapSuccess.php: red.src = '/images/maps/csgo/livemap/_red.png';
I continue my investigation ...