open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Open Multiplayer, a multiplayer mod fully backwards compatible with SA-MP

Results 93 open.mp issues
Sort by recently updated
recently updated
newest added

DO NOT MERGE THIS YET ONLY MERGE WHEN WE HAVE OUR OWN INCLUDE PACKS This just a PR to bring some changes back from here: https://github.com/openmultiplayer/open.mp/pull/447 And in addition to...

draft

Player slots should be reserved as early as possible, as soon as RakNet has a PlayerID available, and the OnConnect RPC should fill more data and maybe set a flag...

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

**Describe the bug** Setting chatlogging 0 in server.cfg does not disable death logging (in SA-MP it does) **Expected behavior** In SA-MP, setting this server.cfg option disables the death logging as...

bug

The server sets the time every second with SetPlayerTime, but after a while the weather starts to "Blink". When checking the time, the following was determined: GetPlayerTime(21:0) - SetPlayerTime(21:0) GetPlayerTime(21:0)...

bug
good first issue

SetMenuColumnHeader does not update the menu text, it remembers only the first state

bug

I recently encountered a peculiar phenomenon while browsing the WEAPONSKILL. In the "Skill Types" table, there are 11 elements, however, in the "Skill Levels" table, there are 13. The missing...

bug

**Is your feature request related to a problem? Please describe.** You already have added many YSF functions but some of them are still missing. (Like: Setplayerchatbubbleforplayer.) **Describe the solution you'd...

enhancement

``` native LoadFilterScript(const scriptname[]); // difference between "rcon loadfs": Return -> True if success, false if not native UnLoadFilterScript(const scriptname[]); // ^ native GetFilterScriptCount(); native GetFilterScriptName(id, name[], len = sizeof(name));...

enhancement

**Describe the bug** The `touch` utility is meant to merely update a file's modified time, or create it if it doesn't exist, with no changes to the contents. `ftouch` should...

bug
nightly