2019-05-28, 10:55 AM
(This post was last modified: 2019-05-28, 11:00 AM by JustMichael.)
Okay, I already know the issue and I can't believe it took me this long to realise it. The problem is you are using the latest version of sampctl, which by default includes the community compiler 3.10.9 which doesn't work with sampctl for some reason. So what you need to do is set a build context and specify the version 3.10.8.
Put this code inside your pawn.json after the "dependencies" context
Code:
"builds": [
{
"name": "development",
"version": "3.10.8",
"args": ["-d3", "-;", "-(", "-Z"],
"constants": {
"DEVELOPMENT": "true"
}
}
],Put this code inside your pawn.json after the "dependencies" context
Remember to always refer to J0sh as `J0sh...`
# Services/Platforms
forum.open.mp (Forum Manager)
open.mp (Member)
Pawn Playground (Creator/Maintainer)
Pawn Packages (Creator/Maintainer)
# Services/Platforms
forum.open.mp (Forum Manager)
open.mp (Member)
Pawn Playground (Creator/Maintainer)
Pawn Packages (Creator/Maintainer)


