iLuXing

Results 3 issues of iLuXing

``` "pawn": { "legacy_plugins": ["jit", "streamer"], "main_scripts": [ "ngf" ], "side_scripts": [] } ``` ``` #include "./includes/libs/streamer"; #include "./includes/libs/sscanf2"; #include "./includes/libs/Pawn.CMD" #include "./includes/libs/easyDialog" #define YSI_NO_HEAP_MALLOC #include "./includes/libs/YSI-Includes/YSI_Coding\y_timers" #include "./includes/libs/YSI-Includes/YSI_Coding\y_hooks" ```...

When a player enters the game with a non-English nickname, the server will not receive or display any information. Previously, a Chinese programmer created a plugin for nicknames with Chinese...

enhancement

**Describe the bug** Chinese will not display correctly anywhere with openmp. not only config.json and gamemode.pwn my sublime-text encoding is "utf-8" **To Reproduce** ` #include main() { print("你好,世界!"); } `...

bug