Ton_41
Members-
Content Count
44 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Ton_41
-
Rank
Woodland Warrior
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
If I make my mod what the tool or program can protect to don't extract my PBO file?
-
I mean it my server. Nobody destroy base because I can check log. As if it had disappeared by itself when the structure in server is too much.
-
Some parts of base are missing randomly. How to remain all part of base ?
-
How to lock server befor server restart in 5 mins and kick all player before server restart 2 mins with BE? What the command to use in job?
-
How to clear all zombies in some position . I want to clear some town to camp and no zombies
-
1.03 COMBINATION BUG AGAIN
-
Can I open or read dynamic_*** file and other file in dayzOffline.chernarusplus\storage_1\data for delete some object in server?
-
When server restart the code of combination lock is change. Please help
-
Thank you it work.
-
No it only one mod in server and cilent And that mod is my mod building . Noway to other version!!!
-
that show bad version
-
How to make server for player must choose mods to match mod in server only to be able to enter server?
-
How to disable jumping in server ? Because some player use jumping across the wall of base.
-
kill-dayz.bat >>>>> @echo off TITLE DayZ Kill Server Script taskkill /im DayZServer_x64.exe =========== use in job 30 ======== backup.bat >>>>. @echo off for /f "delims=" %%a in ('wmic OS Get localdatetime ^| find "."') do set dt=%%a set YYYY=%dt:~0,4% set MM=%dt:~4,2% set DD=%dt:~6,2% set HH=%dt:~8,2% set Min=%dt:~10,2% set Sec=%dt:~12,2% set stamp=dayz_Server_Backup_%YYYY%%MM%%DD%@%HH%%Min% cd C:\backup mkdir %stamp% cd %stamp% xcopy c:\dayz\mpmissions\dayzOffline.chernarusplus\storage_1\*.* /s ===== Use in job 31 ======== all right?