-
It would be really useful if `[]` could be overloaded.
```
TagValue:operator[](Tag:myobj, idx) {
return list[myobjj][idx];
}
```
**Usage:**
```
new Tag:vec;
vec_init(vec);
printf(…
-
Hi,
Can't decompile sm 1.10 files.
it doesn't recognize opcodes and cause output like this:
/* ERROR PREPROCESSING! Unrecognized opcode: shl_c_pri */
function "funcname" (number x)
can you …
-
Open server: OK
On player connect: server crashed
Log: No error message
OS: Windows 10
Metamod:Source: 1.11.0-dev+1144
SourceMod: 1.10.0.6509
server is cs:s, os is win, player connect se…
-
###### In my imagination (If the system memory is low enough and the data is big enough):
1. The data saved by the module won't be cleanup.
2. Make the first step occur 100 times.
3. The server explod…
-
### Describe the bug
When using the single comment style of language injection, as introduced in #6418, the nix code between two injections has the incorrect commentstring
```nix
foo = # lua
"…
alxdb updated
1 month ago
-
# Context
In order to edit plugins, a large part of the community uses a [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) implementation for Sourcepawn, which provi…
-
We run a PUG server in South Africa and recently migrated to TFTrue. Everything appears to be working with the logs except that the airshot stats appear to be inflated. Not sure if this is a config is…
bzknz updated
2 years ago
-
# Help us help you
- [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues).
- [x] I have tried my absolute best to reduce the problem-space and …
-
What version of store is the master branch?
What version of store is dev branch?
What's the difference between the master and dev?
What's the difference between this github, and what's shown in the…
-
I believe this change is needed as with a lot of SM codebases becoming larger the use of Test / Unit testing is more needed.
It is'nt practical to setup a game server just for CI and testing so being…