Team Fortress 2

Team Fortress 2

[VScript] Bomberman Battle Game
saxyboi 20 Apr, 2023 @ 3:33pm
[OFFICIALY FIXED] Why is map not working (and how to fix it/link to download the fixed one)
wo fixed the map, so you can ignore this topic!
-------------------------
In scripts/vscript/bomberman.nut 33rd line isn't an operator, but a val
... entity = Entities.FindByClassname(null, "team_round_timer") { ...

You can easily fix it by making it as if-operator:
... if (entity = Entities.FindByClassname(null, "team_round_timer")) { ...

If you really lazy to do it by yourself then you can download the already fixed one (but hud messages are on the right cuz player info in hud on my server is on left): mediafire(point)com/file/phmzptmpvchohpm :demoticon:
Last edited by saxyboi; 22 Apr, 2023 @ 3:47pm
< >
Showing 1-1 of 1 comments
wo  [developer] 21 Apr, 2023 @ 2:24pm 
This is the first time I hear about this being broken, and you're right. The packed script is fixed now, thanks for letting me know.
Last edited by wo; 21 Apr, 2023 @ 2:50pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50