Heidelberg
Member-
Content Count
31 -
Joined
-
Last visited
-
Medals
Community Reputation
2 NeutralAbout Heidelberg
-
Rank
Private First Class
Profile Information
-
Gender
Male
-
Location
Earth
Recent Profile Visitors
-
New update - unable to join servers
Heidelberg replied to Heidelberg's topic in ARMA 3 - MULTIPLAYER
Disregard -
Heidelberg started following End mission by killcount + server rotation, New update - unable to join servers, Deleting vehicle (solved) and and 1 other
-
When trying to join MP servers, after installing the latest update, an error keeps popping up. https://gyazo.com/372d459bae027b32f7b84e6f2fa47db1 Note that I'm not subscribed to the Old Man mission through the steam workshop. But the error seems to re-occur, even after verifying files, etc.
-
Deleting vehicle (solved)
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you very much. It seems to be working, adding the EH inside of the addAction scope. Everything works now! Thanks a lot again for both of your help @HazJ and @opusfmspol -
Deleting vehicle (solved)
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@HazJ nevermind, just realized I'm stupid. But it still seems to not be deleting the vehicle when I exit. -
Deleting vehicle (solved)
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Not sure if the scope is correct here, but I will be testing it shortly. Thanks! -
Deleting vehicle (solved)
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
That's weird, still is not working for me. Could the fault be where it is executed? (init.sqf) -
Deleting vehicle (solved)
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Doesn't seem to be helping with the issue :// -
I've tried to compile a simple script that should remove a vehicle after a certain amount of time, and if no player is inside. What it should do is wait for a "GetOut" event to happen, then wait for some time and then check if any player is in the vehicle. After that it should delete the vehicle, but it does not seem to be working. //Create vehicle IfritSpawn || IfritSpawn1 addAction ["Spawn Ifrit", {createVehicle ["O_MRAP_02_F", (getPosATL IfritSpawn), [], 5, "NONE"]; }]; // Deletes vehicle vehicle addEventHandler ["GetOut", { sleep 1000 if !(player == vehicle player) then { deleteVehicle vehicle } }]; Any help is appreciated. Edit: I run the script serverside, in my init.sqf if it means anything.
-
End mission by killcount + server rotation
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes, seems like the case. After reaching killLimit, the "mission complete" screen appears and with the mission rotation config in server.cfg, it rotatoes to the next mission file. It works! -
Pistol Bangers Paradise | PISTOLS ONLY SERVER | CQC
Heidelberg posted a topic in ARMA 3 - MULTIPLAYER
Want to try your pistoling abilities out? Do you want to become a better Kavala rat or just simply have fun shooting at others? With the release of Pistol Bangers Paradise, select your pistol of choice and start bangin! First one to reach 50 kills wins the game. Play on arenas in the well-known cities of Altis and Stratis; Kavala, Pyrgos, and Agia Marina. More maps to come in the future. Simple interaction tool in which you choose your loadout. Secured base-spawn and much more. Search for "Pistol Bangers Paradise" in the in-game browser, or directly connect with the IP: 178.63.64.247 and port 2302. Help stress test the server and have fun at the same time. https://arma3-servers.net/server/147283/ Connect with us at discord: https://discord.gg/a2SWnsC -
End mission by killcount + server rotation
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I do believe it's the case, if I use the mission rotation in my server.cfg, it will automatically rotate to another mission file once the game is done due to killLimit being reached. Quoted from https://community.bistudio.com/wiki/server.cfg "Once the mission is done and if there are still players on the server, it will automatically switch to the next in the cycle." Imma have to test that to see if it works out. -
End mission by killcount + server rotation
Heidelberg replied to Heidelberg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Correct me if i'm wrong. So if I place BIS_fnc_endMissionServer to be executed once killLimit is reached, the mission will end for all clients, and start rotating to another mission file when I use the lines from https://community.bistudio.com/wiki/server.cfg ? Thanks for the reply. -
End mission by killcount + server rotation
Heidelberg posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have two questions. First; how do I make it so that if a player on the server reaches a certain amount of kills, the game finishes? Second question; after the game finishes, how do I make it so that the server switches to another mission file that I have (switching between several different maps after each finished game) Thanks in advance. -
Looking promising!