twisterniq

Results 9 issues of twisterniq

Title. At the moment we have `rg_has_item_by_name` to check if player has a specified item, but we can't check if it's a custom item. Maybe extend that native adding the...

Title. A note that it cannot be used when a player already chose a team should be added.

Возможность заблокировать эти два звука с помощью RH_SV_StartSound: "items/gunpickup2.wav" после использования rg_round_respawn (т.е. после воскрешения). "common/bodysplat.wav" после падения, если урон от падения выше чем здоровье. (https://github.com/s1lentq/ReGameDLL_CS/blob/master/regamedll/dlls/player.cpp#L4761)

There is a bug using switch() - default. Here is an example: https://i.imgur.com/krUdpX9.jpg

### Vue - Official extension or vue-tsc version 2.1.0 ### VSCode version 1.92.2 ### Vue version 3.4.38 ### TypeScript version 5.5.4 ### System Info _No response_ ### Steps to reproduce...

bug
🍰 p2-nice-to-have

`event listeners` shows `Not declared` for a camelCase emit, this is not correct: ![image](https://github.com/user-attachments/assets/6e811fc6-89ad-4c57-99d6-3f562b0ec3a8) The code is: `App.vue`: ```vue import Child from './Child.vue'; ``` `Child.vue` ```vue const emit = defineEmits([...

![Image](https://github.com/user-attachments/assets/49dd6ecb-f00b-4cb5-9826-2b668c7c67e0) I'm trying to set `null` value to an object that I have in Pinia store, defined as: ``` /** @type {{ from: string; to: string | null; } |...

Hi. Can you improve the translations in the game? In Russian a lot of information is in English, it should be translated. I suppose the community should be the one...

localization

Hi! After upgrading from `2.2.1` to `2.3.0`, list items shift incorrectly when using `v-if` on `` together with `v-bind="{ group: 'test', sort: false }`. - Removing the `v-if` fixes the...