-
# Basic informations
- **OS:** Windows 11
- **VSCode version:** Latest
- **Extension version:** Latest
# Further Information
Every time the plugin starts, the plugin language server crashes…
-
Attempting to play this map will crash the server. Playing the final boss battle is not possible...
```
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tin…
-
Problem in compiler sourcemod 1.11.6825, this compiler version is unstable, not recommended to use.
The best option would be to update the sourcemod in this repository.
Stack trace:
```0xdb041c…
-
# Basic informations
- **OS:** Ubuntu 22.04 (WSL)
- **VSCode version:** Latest
- **Extension version:** v5.3.6
# Further Information
Using a combination of `#if` and `#else` inside of array…
-
Hi there.
Firstly, I'd like to say thank you for creating such a useful and customisable plugin. This plugin has covered every single aspect that I required in my new JB server, and more. I appreci…
-
The following code causing warning:
```
void SampleTranslation(int client = LANG_SERVER)
{
#pragma unused client
PrintToChatAll("Hello World");
}
```
```
warning 217: inconsistent indentati…
-
Compiling sm_dev_cmds.sp...
SourcePawn Compiler 1.11.0.6934
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC
./include/smlib/entities.inc(1773) : error 418: depre…
-
While sourcepawn has *some* concatenation/embedding of variables with macros (#define), it is limited from concatenating two macros into a new macro.
It would be nice to have such feature similar to …
-
# Basic informations
- **OS:** [Windows]
- **VSCode version:** Latest
- **Extension version:** Latest
# Problem
When I click on the API with Ctrl+Mouse, the jump prompt for my plugin disapp…
-
I use `#define PLUGIN_VERSION "1.2.3"` to set my plugin version, then use it in the `Plugin` like so
```cpp
#define PLUGIN_VERSION "1.2.3"
public Plugin myinfo = {
name = "My plugin",
a…