• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] sampctl linux compiling
#12
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.

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)


Messages In This Thread
sampctl linux compiling - by 6cadilab9 - 2019-05-27, 02:41 PM
RE: sampctl linux compiling - by JustMichael - 2019-05-27, 03:22 PM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-27, 03:55 PM
RE: sampctl linux compiling - by JustMichael - 2019-05-27, 05:17 PM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-27, 05:34 PM
RE: sampctl linux compiling - by JustMichael - 2019-05-27, 05:37 PM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-27, 07:58 PM
RE: sampctl linux compiling - by JustMichael - 2019-05-27, 07:58 PM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-27, 08:33 PM
RE: sampctl linux compiling - by JustMichael - 2019-05-27, 08:39 PM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-28, 08:10 AM
RE: sampctl linux compiling - by JustMichael - 2019-05-28, 10:55 AM
RE: sampctl linux compiling - by 6cadilab9 - 2019-05-28, 11:18 AM
RE: sampctl linux compiling - by JustMichael - 2019-05-28, 11:20 AM

Forum Jump: