

Smokehouse
Members-
Content Count
5 -
Joined
-
Last visited
Everything posted by Smokehouse
-
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
-
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)
-
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.
-
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
-
Yeah, I've set it to 1 second now. That's basically what I meant by remove. Thanks for the help all