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

Currently, RemovePlayerWeapon removes any weapon without setting armed (holding) weapon to the last reported by that player and it looks not so nice. Let's imagine 2 cases to see what...

**Describe the bug** I recently started to move on OMP. In SAMP all of my custom models are working perfectly but in OMP some of them aren't working, neither downloading....

bug

**Describe the bug** After applying PutPlayerInVehicle to a player who is currently driving any vehicle, the player will still appear to other players as the driver of the original vehicle...

bug

**Describe the bug** On open.mp you don't get any messages telling you that the chosen nickname isn't valid. This happens either if you use unacceptable characters or if you enter...

bug
nightly

**Describe the bug** If you run the 'print' or 'printf' function in OnGamemodeInit/OnFilterScriptInit on an open.mp x64 server, the server will immediately shut down. It works correctly on the Win32...

bug
nightly

When you quickly stop an audio stream or start an audio stream quickly in a script, even more than one in a row, there is a chance that the previous...

bug

SPECIAL_ACTION_SMOKE_CIGGY doesn't show the animation for other players. You will see yourself smoking normally when pressing LMB. Other players will see your ped twitching, or raising their arm and then...

bug

**1.** Forcing someone to exit spectator mode when destroying a vehicle breaks many systems. Most admin spectator systems when a player enters a vehicle, the admin starts spectating the player's...

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

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