This will take some dirty hands on coding you will have to go into the actual infantry config file where it creates the groups and edit the size of the group in the type you should be able to disable the Infantry completely I'm sure that's a separate config file to create the helicopter and the...
stopped 7 days. you mean unused. someone locked the vehicle then has not returned to use it for 7 days. so the vehicle is sitting locked and unused.
you need an sql query that finds all vehices that have not been used in 7 days. that returns a rowset. you unock all vehicles in that rowset...
i can help you. but what pack would thst be?
you put addons into a @mod and add that @mod to your startup bat file .
usuallly ALL players need to have the @mod installed also so you cant just put anything you wznt onto your server
that is a kind of generic error because your character is not being created. you most likely have another error that points to the actual problem.
post your rpt to pastebin and link it here.
you want vehi les to be unlocked after 7 days of not being used?
that would be an sql function that should run at restart. check out the ones that delete tents etc for helpm
you want an sql line that selects * from vehicles where lastupdated is < now - 7
then set all rows to unlocked
Yep, someone is willing to install TONS of addons/scripts and let you decide which ones to use.
http://opendayz.net/threads/support-sheeps-epoch-repack.14921/
You can download the files here:
Napf https://github.com/fallingsheep/0.16_Cash_Me_Up_Standard_Overpoch_NAPF/
Chernarus...
I understand the method he discusses that he will put code into the worldspace which is then "call compiled". But he specifically said he was going to delete the database and it would be undetectable. THAT is what I believe is not possible. Just like the code you pasted, it will have to be...
Yes, that is my *OPINION*. The sql must be in string format and therefore searchable and readable. .. As I said, if anyone thinks that it can be done as described, please correct me asap and let us know how it would be accomplished.
He was affiliated with Infistar at one point I believe...
I see a few faults in this that would make me question the authenticity of the threat.
Dami is in America? We dont say "mate".
there is no [email protected] account.
To wipe your database from a dayz server they need to be able to use a child:999 call .. which is (I believe) still...
This "steampunk soldier" from Suckerpunch was actually my default avatar. I changed it to the "nipple" when I created a new internet persona and email "harry Nippells". I even created a facebook account https://www.facebook.com/profile.php?id=100011481529736
that is a "normal" epoch bug.
In your compiles.sqf (it needs to be imported into your mission if not already)
Find
if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
replace above with this:
if (dayz_clientPreload && dayz_authed) exitWith {...
Tits up indeed ...
And to repost what ElDubya said to @CommanderRetra in a profile ..
"New users are unable to register on the site".
Retra suggested sending a PM to @Pwnoz0r ... which I have done.
Someone sent me an email for help this week because they were unable to create an account here...
in the functions for the database. there is a spot where it has to login to the database. It is using the user dayzhivemind from any IP (thats what the @ % means). Your user created with permissions is dayz. So you have two options:
1) Create a user "dayzhivemind" allow from % and give this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.