Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
239 stars 34 forks source link

Few problem that makes sampctl feels incompatible with open.mp #503

Open ohmypxl opened 1 year ago

ohmypxl commented 1 year ago

Since it's still haven't fixed yet i'll just list every bug that i encountered when using open.mp:

  1. Inability to move "(dynamic/shared) library object" with resources->files that can be found here, you can also test this yourself using: the following lib.
  2. Inability to seamlessly switching "resources" when trying to change between samp and open.mp, this shouldn't be a problem since sampctl itself offers the configuration that you can find it here which gives us about parameter called version that says: // target server version, either "0.3.7" or "0.3DL" (default is "0.3.7" when not set)
  3. omp-server is not properly exit by sampctl, even though some Go-like projects such as https://task.dev works well exiting omp-server properly using CTRL+C

So far i've only encountered these two problem, maybe if others found new bugs can comment down below.