-
# Help us help you
- [v] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues).
- [v] I have tried my absolute best to reduce the problem-space and …
t5mat updated
2 years ago
-
When writing some stocks to replace some sourcepawn natives (testing reasons) I had a while true loop which now failes to compile with the latest canges on master.
```
[0.0390] SourcePawn Compiler…
-
Hi,
I am getting back to some old project regarding customized retake servers and I am getting in to SourcePawn again. I am making a new weapons allocator just to try it out. I was looking in the r…
-
## Feature description
### What do you want to see added to the extension?
Not enough support for SAMP, it is possible to implement?
You can specify a "sourcepawn" language for the .pwn file, it …
-
i want to use with plugin
ghost updated
2 years ago
-
This a question regarding the terms "(Sourcepawn) 1.12" - "(Sourcepawn) 1.11".
In this include
https://github.com/alliedmodders/sourcepawn/blob/18b6d43539b12769078f979dc44ca6ea64e836cc/include/sp_…
-
Problematic code:
```cpp
const char a[];
```
Tested on spcomp 1.11.0.6837
-
Hey
Is it possible to somehow make it type the IP / Hostname into the Mysql_stats?
Im runninng multiple servers, but i have no way to identify what server is making the stats.
Would be nice if it…
-
What i have?
- Raspberry Pi 4
- Manjaro 21.10
- gcc 10.2.0
- Python 3.9.7
I runned configure with single parameter: `--enable-optimize`
My build fails on `vm/debug-metadata.cpp` with text:
``…
-
```
#define P P
public void OnPluginStart() {
P("msg");
}
```
C++:
C3861 'P': identifier not found
SM compiler 1.10/1.11:
The compiler thinks endlessly and nothing happens.
wS-SM updated
2 years ago