Jump to content

Smokehouse

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Smokehouse

  • Rank
    On the Coast
  1. Smokehouse

    Can't complile "Mission" script module!

    PBO Manager, you have to unpack the Scripts file, go into scripts/5_Mission/mission\missiongameplay.c and open it with a text editor, change what was listed above, save it and re-pack the scrips file using PBO Manager and replace the one in your server (Make backups)
  2. Smokehouse

    Can't complile "Mission" script module!

    This seems to have gotten rid of the error, thank you. But now everyone seems to be hanging when trying to join the server despite everything saying it's running fine server side.
  3. Smokehouse

    Turning off "Spawning in" timer when connecting

    Yeah, I've set it to 1 second now. That's basically what I meant by remove. Thanks for the help all
  4. Hello all, Server was working fine yesterday, then today after the update now when I try to start the server I'm getting an error message Compile Error "Can't compile "Mission" script module! scripts/5_Mission/mission\missiongameplay.c(380): Can't fine vari8able 'UADropitem'. So I've unpacked the Scripts folder with PBM and I do see two lines with the UADropitem in it. Is there anything wrong with what I have? //if(GetUApi().GetInputByName("UADropitem").LocalPress()) if(input.GetActionDown(UADropitem, false)) Thanks
  5. G'day all, Just wondering if there is a way to remove the spawn in timer from a server when connecting? Thanks in advance, Smokehouse
×