Adib
Adib
The Pawn language has `.inc` extension and is used for include/library files. I see in my Wakatime statistics that I have PHP language activity, but I haven't used ".php" for...
```pawn #include #include ``` `\qawno\include\YSI_Visual\y_races\..\..\YSI_Players\y_text\..\..\YSI_Server\y_td\..\..\YSI_Coding\y_timers\..\y_malloc\..\..\YSI_Server\y_thirdpartyinclude\..\..\YSI_Storage\y_dumpamx\y_dumpamx_entry.inc(104) : fatal error 100: cannot read from file: "..\..\YSI_Server\y_thirdpartyinclude"`
**Describe the bug** Some languages are missing from the `LangPrefs.kt` file - **de** - German - **th** - ภาษาไทย - **ja** - 日本語
I just added a div and styled it ```css .scroll { height: 800px; width: 100%; max-width: 1000px; overflow: auto; overflow-x: hidden; } ``` https://github.com/openmultiplayer/web/assets/92677767/bc03f0f6-2856-44b8-823e-8c9e594f63a8 It looks more organized. But it's...
The Vercel app fails always. It's very annoying.  
``` `config.json` is a server configuration file ``` It's rendered as:  What I except: 
Add the `playerid` parameter after the `success` parameter to OnRconLoginAttempt callback. ```pawn public OnRconLoginAttempt(ip[], password[], success, playerid) { if (!success) { Kick(playerid); } } ``` I know we can get...
 Version: "open.mp 1.1.0.2612" (not nightly) Here is a list of read-only variables: https://www.open.mp/docs/server/config.json
**Describe the bug** These functions are missing: `HideObjectForPlayer` `ShowObjectForPlayer` `IsObjectHiddenForPlayer` `HideNewObjectsForPlayer` `NewObjectsHiddenForPlayer` But they are implemented in omp-stdlib.  **Release version** omp v1.1.0.2612
I just got this idea, I don't know if it is possible or not. but it's kinda cool. ### Foreground ```c #define RESET "\033[0m" #define FORE_GREEN "\033[32m" printf(""FORE_GREEN"This is green"RESET"");...