Adib

Results 12 issues of 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...

chroma

```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** - 日本語

bug

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...

project:docs
type:suggestion

The Vercel app fails always. It's very annoying. ![image](https://github.com/openmultiplayer/web/assets/92677767/dead76ed-a506-4676-9838-7ba7fba2c790) ![image](https://github.com/openmultiplayer/web/assets/92677767/f1f521e8-1fa4-4d67-a750-a744525c3cb1)

``` `config.json` is a server configuration file ``` It's rendered as: ![image](https://github.com/openmultiplayer/web/assets/92677767/dd86863b-ee81-41a8-b9d6-7a9406c52ad0) What I except: ![image](https://github.com/openmultiplayer/web/assets/92677767/50bc7e93-9b6f-4a27-9669-0c7c08c77057)

type:bug

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...

enhancement

![image](https://github.com/openmultiplayer/open.mp/assets/92677767/80d5fa1e-3e0a-4c46-8827-0a1393571f95) 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

bug
nightly

**Describe the bug** These functions are missing: `HideObjectForPlayer` `ShowObjectForPlayer` `IsObjectHiddenForPlayer` `HideNewObjectsForPlayer` `NewObjectsHiddenForPlayer` But they are implemented in omp-stdlib. ![image](https://github.com/openmultiplayer/open.mp/assets/92677767/c6f412e9-77a6-4ca5-a3fe-330691661fb3) **Release version** omp v1.1.0.2612

bug

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"");...

enhancement