Jump to content
  • 0

"killed a hacker" in server_cleanup.fsm 1.0.4


epochfail

Question

13 answers to this question

Recommended Posts

  • 0

Sorry, what is this deployable bike you speak of?

 

How are you "staff" and you have not heard of deployable bikes? its spoken about a significant amount in the scripting section and is all over Epoch Servers themselves. Get out a little, get to know your community. Perfect example of the carelessness in the dev. sometimes.

Link to comment
Share on other sites

  • 0

How are you "staff" and you have not heard of deployable bikes? its spoken about a significant amount in the scripting section and is all over Epoch Servers themselves. Get out a little, get to know your community. Perfect example of the carelessness in the dev. sometimes.

Clearly not a fan of my sense of humor. 

Link to comment
Share on other sites

  • 0

Some don't see the smile on your face as you asked about "NON STD" Functions:)....personally... thats sorted my Pheonix tools.. so thanks for asking the question epochfail:)

My son will be eternally grateful...he can now play on his private server with his kiddie mates and crash all the toys I gave him again:)

Link to comment
Share on other sites

  • 0

 

So I put the variables.sqf in custom folder mission side, and I assume you call like this?

[] execVM "custom\variables.sqf";

Put the variables.sqf anywhere in the mission.pbo

Then in the init.sqf change the path to where you have it :)

 

Example i have mine in a folder name fixes, so find :

call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf";                //Initilize the Variables (IMPORTANT: Must happen very early)

 

Change to :

call compile preprocessFileLineNumbers "fixes\variables.sqf";                //Initilize the Variables (IMPORTANT: Must happen very early)
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...