#sampctl runtime

8 messages · Page 1 of 1 (latest)

indigo pebble
#

how to change default runtime in sampctl? For some reason there are no 'sampctl server' command in my instalation

humble oxide
#

sampctl server was deprecated a long time ago for package, but just recently package was deprecated too, so now you just do sampctl ensure, sampctl run and sampctl build

indigo pebble
#

Thank you. Just found out, that only 'openmp' is not working as runtime

humble oxide
#

show pawn.json

indigo pebble
#
    "user": "ArnoldasBud",
    "repo": "pleifr",
    "tag": "0.0.1",
    "entry": "main.pwn",
    "output": "gamemodes/main.amx",
    "dependencies": [
        "pawn-lang/samp-stdlib"
    ],
    "runtime": {
        "version": "openmp"
    },
    "local": true
}```
humble oxide
#

alright. delete your sampctl runtime file %appdata%/sampctl/runtimes.json on windows and ~/.config/sampctl/runtimes.json on linux

indigo pebble
#

Thank you that solved the problem