2019-05-30, 09:51 PM
Sorry for asking for help again, feeling like a noob, but this is my first time using this package manager,
i've managed to compile the script, i guess everything from plugins to includes is as it is supposed to be, but now when I try to start the server using
sampctl server run
I get
ERROR: failed to interpret directory as Pawn package: failed to unmarshal samp.json: json: cannot unmarshal string into Go struct field Runtime.output of type bool
Same if I try to ensure, this is samp.json
i've managed to compile the script, i guess everything from plugins to includes is as it is supposed to be, but now when I try to start the server using
sampctl server run
I get
ERROR: failed to interpret directory as Pawn package: failed to unmarshal samp.json: json: cannot unmarshal string into Go struct field Runtime.output of type bool
Same if I try to ensure, this is samp.json
Code:
{
"rcon_password": "hidden",
"port": 7777,
"hostname": "Balkan Underground",
"maxplayers": 32,
"entry": "balkan-underground.pwn",
"output": "balkan-underground.amx"
}