2019-05-30, 10:06 PM
Hi, you seem to be using an deprecated system.
We are trying to phrase this out, as it's old and the new system works better. You can use this method still but,
you might have problems in the future when we decided to remove it entirely.
You should use `pawn.json` for everything and use `sampctl package run` instead of `sampctl server run`
We are trying to phrase this out, as it's old and the new system works better. You can use this method still but,
you might have problems in the future when we decided to remove it entirely.
You should use `pawn.json` for everything and use `sampctl package run` instead of `sampctl server run`
Code:
{
? ?"entry": "balkan-underground.pwn",
? ?"output": "balkan-underground.amx"
? ?"local": true,
? ?"dependencies": [],
? ?"builds": [],
? ?"runtime": {
? ? ? ?"rcon_password": "hidden",
? ? ? ?"hostname": "Balkan Underground", ? ? ?
? ?},
? ?"runtimes": [
? ? ? ?{
? ? ? ? ? ?"name": "development",
? ? ? ? ? ?"port": 8888,
? ? ? ? ? ?"maxplayers": 10 ? ? ? ? ? ? ?
? ? ? ?},
? ? ? ?{
? ? ? ? ? ?"name": "production",
? ? ? ? ? ?"port": 7777,
? ? ? ? ? ?"maxplayers": 32 ?
? ? ? ?}
? ?]
}
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)


