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

Maybe profile it to see how well it handles

Improve and optimize semi-broadcast behavior by creating and sending a receiver list to RakServer::Send and RakServer::RPC, instead of manually calling them for each player when we want to broadcast to...

**Describe the bug** When I restart the rcon server with the `gmx` command, when OnGamemodeExit is called, the vehicles are still valid and can be manipulated, for example their data...

bug
nightly

**Is your feature request related to a problem?** no **Describe the solution you'd like** implement OnRemoteRCONPacket **Describe alternatives you've considered** it can't be implemented without query mechanism (specifically **x** packet)...

enhancement

The problem with the dialog is that if you send %s %d %i etc to the input(`DIALOG_STYLE_INPUT`) it will throw an error, the dialog won't show or close, in `GetPlayerDialogID(playerid)`...

bug

There are such functions as `GetConsoleVarAsString`, `GetConsoleVarAsInt`, `GetConsoleVarAsFloat`, `GetConsoleVarAsBool`. Sometimes there is a desire to rigidly set some settings in config.json at the game mode level, so as not to...

enhancement

Client: SAMP0.3DL + SAMP Addon 2.7 R12 Server: open.mp v1.2.0.2670 When entering the game with the SAMP Addon and testing the following code, the vehicle will respawn immediately after the...

bug

When you destroy or respawn vehicle (when player die in that vehicle) he will spawn in Grove Street or farm at 0.0 coordinates, and with bottle or cigarette in hand,...

enhancement

There are some natives which always return `1`/`true`, but they could have some arguments validity checks and start to return `0`/`false` as well to indicate it did not execute with...

enhancement