- 0
Sign in to follow this
Followers
0
-
Similar Content
-
By Brian Soanes
To unlock vehicles left in your traders over a server restart, open your epoch_server.pbo
In epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf
Find
if (_allowDamage) then { Just above that, add this
A3E_SafeZonePosArray = [ [[18451.9,14278.1,0]], //Altis East trader [[13333.5,14494.3,0]], //Altis Central trader [[6192.46,16834,0]] //Altis West trader ]; { if (_vehicle distance (_x select 0) < 200) then { _vehicle lock false; diag_log format["Vehicle %1 left in trader unlocked @ %2", _class, mapGridPosition _vehicle]; }; } forEach A3E_SafeZonePosArray; Pack pbo and you're good to go
-
By dr.Erik
How do i chat in a red color as an admin?
And how do i set automatic restarts?
best regards,
Erik
-
By harcosgoogle
Hi
How to fix MBcon server restart ? (3 hours restart)
Last 1 minute error
output.log
Gtxgaming mbcon..
- Advertisement
Wondering if someone can help me out here, I have restarts working on my server every 4 hours but I noticed there is no warning. How would I go about adding a warning 10 mins, 5 mins, and 2 mins before the restart? Here is my current code in the scheduler.xml if you could please point me in the right direction or modify this code and repost it up here I would appreciate it.
Share this post
Link to post
Share on other sites