server-beta
server-beta copied to clipboard
open.mp server beta releases
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...
**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)...
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)`...
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...
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...
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,...
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...