Search the Community
Showing results for tags 'In'.
Found 4 results
-
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
-
After restart everything that players placed are gone and vehicles are teleported at random around the map. I have merged and checked the server files from A Plot For Life. Arma 2 Server RPT: http://pastebin.com/wEKJ2FkC
-
My friend just got a server and wanted me to come on. Every time I tried I kept getting frozen at the last load screen (Timer to log in after creating my character) I refreshed everything and now It acts like I'm logged in. (I can hear my feet and if I have a gun I can shoot.) But all I see is the "Epoch Napf" load screen. But when my friend turned off battle eye I had no issues logging in. Anyone got anything. If so let me know. Also i'm not a huge techy so help me out on how to do each thing as well please :D Thanks.
-
Hi guys, I've ran into a problem on my server, and I'm unable to figure it out. I have searched everywhere for an answer with no luck, so I decided to make a thread and ask! Basically I'm on Chernarus Epoch 1.0.3.1 - I have several scripts on the server - Admin Tools, Custom Bases, Sarge AI, EMS Missions. None of these have touched any of the trader settings. The server runs perfectly, everything works perfectly, the FPS is awesome - But I cannot Trade or Craft. I can see the trader menus, all the vehicles and ltems show up, it gives me the options to buy/sell/cancel and I can click on them. It shows up saying "Trading has started, stand still to complete", it does the animation and my guy crouches down. Then nothing at all happens, it just stays like that. I can look around, stand lay down, crouch with no lag or anything, but the trade doesn't complete. I can wait for 15+ mins and it doesn't do anything at all. If I move however, as in walk a step, it pops up "Trading canceled". The same goes for crafting. Taking a 10oz Gold Bar out of a briefcase for example, I can right click and start the crafting, my guy does the animation crouching down, then nothing. Same as trading, I can turn round, look around with no lag just fine etc, but nothing happens. Again, if I move a step it pops up "Crafting canceled". Every other option/command/action works perfectly fine 100% - besides the crafting and trading! Appreciated any help anyone can offer in advance, this is a highly frustrating problem.