server-beta
server-beta copied to clipboard
open.mp server beta releases
# Description Adding getters/setters for engine vehicles Like these - https://open.mp/docs/scripting/functions/SetVehicleParamsCarWindows - https://open.mp/docs/scripting/functions/GetVehicleParamsCarWindows
# Description In the current SA-MP 0.3.DL server, if you use one of the model natives to add a new model during server runtime, the file will not be downloaded...
# Description Setting both `logging.log_sqlite` and `logging.log_sqlite_queries` to `true` in `config.json` won't log any query in runtime. Legacy server.cfg `db_logging 1` and `db_log_queries 1` won't work either. # How to...
1. Passing custom argument for config file path (e.g. `./omp-server config.dev.json`) 2. Adding `log_file` in `config.json` so we can specify custom output file (e.g. `"log_file": "dev_logs.log"`) 3. New function -...
# Description i recive this message in console Generating code, this may take a | [23:21:06] [Info] | little bit of time. Note that this | [23:21:06] [Info] | code...
# Description *Describe the behavior difference between open.mp server and SA:MP server!* SetVehicleToRespawn is buggy sometimes where it respawn the vehicle from it's last position instead where the vehicle is...
# Description The open.mp server does not show error message when the samp-npc executable is not found. # How to re-produce this bug 1. Create your npcmode script (with the...
# Description When you attach a trailer to the truck IsTrailerAttachedToVehicle should return true (1). # How to re-produce this behavior difference *Tell us a how to re-produce this behavior:*...
# Description ### - I can't record a replay to a player # How to re-produce this bug ### - See the screenshot  # Relevant log output ``` [PAWN-LOG]...
# Description https://streamable.com/qk9lob - Driver teleports to the other location (with car) but passenger does not. Driver still sees passenger but passenger stays in old location and doesn't sees driver....