Alex Dragokas

Results 60 issues of Alex Dragokas

1) Case A: no custom include ``` #pragma semicolon 1 #pragma newdecls required #include stock void foo(arg) { } stock void foo2(arg[3]) { } ``` Log: ``` ...\1.sp(6) : error...

Does BasicPawn has own service #include to know that the code is being compiled by this specific compiler? Well, you may I ask why... I'd like to make some code...

question

Please, remove sourcemod include files from your include folder. ![image](https://user-images.githubusercontent.com/19956568/146236799-5bd29929-e562-478a-bbb9-fe436758558b.png)

Hi, when I'm using: ``` public Action CP_OnChatMessage(int& author, ArrayList recipients, char[] flagstring, char[] name, char[] message, bool& processcolors, bool& removecolors) { Format(name, MAXLENGTH_NAME, "%s-post", name); processcolors = false; removecolors...

- fixed 2 & 3 bytes character codes handled incorrectly - added compatibility with surrogate pairs - fixed missing file's CloseHandle

Since sdktool exposes SDKCall_Server in SM 1.11 now, it would make sense that dhooks also exposes it for the hooks. Similar to the HookGamerules/DHookGamerules functions and HookType_GameRules. (asked by Nuki...

Please, fix 'cset' in /buildbot/Versioning causing extra line break in /build/includes/stripper_version_auto.h ![line_break](https://user-images.githubusercontent.com/19956568/91452747-a1bd7b00-e887-11ea-8bbd-1bab93c6b628.png)

- Added "sm_team" - Unlocked all game modes - Added description for commands - Converted to methodmaps - "sm_create" maybe as a future TODO.

https://github.com/siavashserver/neontetra-theme

Hi, I'd like to format: ``` { "events": [null, "test"] } ``` The result is: ``` { "events": [null, "test"] } ``` Expected result: ``` { "events": [ null, "test"...