-
I can't find some error code so i think it should not be post as a bug , but i need some help actually.
I only use this sourcepawn ext , no other sp ext are installed.
Highlight is ok , refrence…
-
SP has `>>>` operator for doing unsigned right shifts but has no support for other unsigned operations.
I am proposing comparison operators that treat the operands as unsigned, Either as:
```
+< …
-
Requests to web-resources that forces TLS 1.3 can be failed with error:
```
-> SourcePawn_MakeRequest(): base url https://…/api.php, method config
* Hostname … was found in DNS cache
* Trying …
-
Hello, every time I try to compile this Store off master branch, I get numerous errors. After changing the gamemode compile define to Casual (GM_HZ), this is what I get:
```
//// store.sp
//
// …
-
csgoserver@ip-xxxxxxxxxx:~$ ./csgoserver start
[ FAIL ] Starting csgoserver: Ownership issues found
Information! The current user (csgoserver) does not have ownership of the following files:
User …
-
It looks like parsing of this file is completely broken.
All warnings are false positive:
```
SourcePawn Compiler 1.11.0.6905
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 Alli…
-
Hi, Developer
For all dependent files, what **version** should I download to make better use of this
Or where I can download this Addon that contains all the correct dependencies! I would be gratefu…
-
**Is your feature request related to a problem? Please describe.**
I do not believe it is related to a problem, however with the [Simple Chat Processor (Redux)](https://forums.alliedmods.net/showpost…
-
I cannot figure out how to set the `get5_web_api_url` cvar. If I enable debug messages with `get5_debug 1` and then try to set the url with `get5_web_api_url "http://somehost"`, I get this in the cons…
-
* 手头只有L4D2(Linux)服务器,未测试其它服务器是否会遇到该问题
```cpp
public void OnPluginStart()
{
WebSocket ws = new WebSocket("ws://127.0.0.1:9999");
ws.SetReadCallback(Websocket_STRING, ws_ReadCallback);
ws.Set…