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

Suggestions

Open xunder-matth opened this issue 3 years ago • 0 comments

  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 - GetVehicleOccupant(vehicleid, seat) (pretty self-explanatory)
  4. As we already have native GetWeaponSlot(weaponid); which provides game data maybe you can add more functions like this:
native GetVehicleMaxPassengers(vehicleid); // or even better "modelid"
native CountVehicleOccupants(vehicleid);

xunder-matth avatar Oct 29 '22 10:10 xunder-matth