server-beta icon indicating copy to clipboard operation
server-beta copied to clipboard

open.mp server beta releases

Results 148 server-beta issues
Sort by recently updated
recently updated
newest added

RCON gmx , or any "successful" reconnection, for players who are at class selection, causes them to to get stuck at the Verona Beach connecting screen before reaching OnPlayerRequestClass (which...

bug
samp issue

# Description I use this before `SpawnPlayer`. The player spawns with the specified skin in SA-MP but with the CJ skin in OMP `SetSpawnInfo(playerid, DEFAULT_TEAM, CharacterSkin[playerid], CharacterLastX[playerid], CharacterLastY[playerid], CharacterLastZ[playerid], CharacterLastA[playerid],...

bug

### Description it'd be great if you implemented such functions as **_YSF_** plugin (which is no longer compatible with OMP): ``` native ffind(const pattern[], filename[], len, &idx); native frename(const oldname[],...

# Description *In SAMP when OnPlayerDeath calls OnPlayerRequestSpawn(playerid), but in omp it calls OnPlayerRequestClass, so i just had to move my code from OnPlayerRequestSpawn to OnPlayerRequestClass* #How to reproduce: *1-...

# Description Hello, I seem to be having some problems with class selection. I'm getting stuck at the default SA:MP class selection screen (see screenshot), after suiciding while I've pressed...

bug

# Description In SA:MP server, everything works as intended. PawnPlus' string is shown as how it should be. However, in open.mp, everything turns into random symbols that I don't even...

# Description If you format a string with more parameters than specifiers, you'll get a warning in the server console. However, you are not told what string is related to...

bug

# Description Starting from build 10 (but working ok on build 9) another problem appeared with cyrillic chars displaying in the line `Loaded component(s) from `. If the path has...

bug

# Description Player skin bugged and game unplayable with flying character # How to re-produce this bug I'm sorry, i don't know how to reproduce this bug with source code....

bug

# Description All the same as with the [previous issue](https://github.com/openmultiplayer/server-beta/issues/178), but this time typing `cmdlist` in the server console. Missed commands in omp server `cmdlist`: - loadfs - unloadfs -...