FlashHit

Results 111 issues of FlashHit

This is probably really hard to "fix". ```lua ---@type table|nil local blueprint = { x = 1 } local hasBlueprint = true if blueprint == nil then hasBlueprint = false...

enhancement

Can I exclude all variables that start with `g_` from the lowercase warning. If yes, then how do I do that?

enhancement

Player:InstantSuicide doesn't get triggered. I tried forcedead(), menu suicide and admin.killPlayer but none of that works.

unverified
VeniceEXT

We already have: `EntityBusPeer:FireEvent(eventId: int)` -> fires incoming event `EntityBusPeer:RegisterEventCallback(callback: callable)` -> subscribes to incoming event `EntityBus:FireEvent(targetData: DataContainer, eventId: int)` -> fires outgoing event So this would be: `EntityBus:RegisterEventCallback(targetData: DataContainer...

enhancement
VeniceEXT

The _issue_ is that the `Player:TeamChange` event gets triggered before the `Player:Connected` event. And the teamId isn't even changing. So in this case here it shouldn't get triggered as the...

bug
VeniceEXT

With that I mean: - event for the old squad leader where `player.isSquadLeader` is `false` - event for the new squad leader where `player.isSquadLeader` is `true`

enhancement
VeniceEXT

I think it would trigger if I leave ingame via the button but not when I change the `player.squadId` (not 100% sure tho). Also only tested it with bots See...

bug
VeniceEXT

It would be nice to get all information from the mod.json for each mod via RCON. I think this could be done with `mod.* ` Or maybe `mod.* `. Idk...

enhancement

I made a squad with bots and apperantly `player.isSquadPrivate` only printed `true` for the squad leader. All other bots in that squad printed `false`. First I thought that this is...

bug
VeniceEXT

``` [2022-05-29 16:12:04+02:00] [error] [VeniceEXT] [debug] Error: [string "function print(a)SharedUtils:Print(a)end"]:1: tried accessing an invalid or destroyed EntityBusPeer stack traceback: [C]: in method 'Print' [string "function print(a)SharedUtils:Print(a)end"]:1: in function 'base.print' [string...

bug
VeniceEXT