Jump to content

R5th

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Community Reputation

3 Neutral

1 Follower

About R5th

  • Rank
    Private First Class

Recent Profile Visitors

1590 profile views
  1. Hello, Does anyone had success bypass ISP CGNAT to host dedicated server? Currently i got issue with my ISP that implementing CGNAT. Due to this, i'm currently unable to host any game server that require public ip and port forwarding. If anyone had any idea or success to host dedicated server with CGNAT implemented by any ISP, feel free to share the tips.
  2. This code awesome and well organized! Easy to separate the items!
  3. I made a mistake by putting this code getAmmoCargo which intended for vehicle ammo. Anyway, this code works copyToClipboard str (getWeaponCargo this + getMagazineCargo this + getItemCargo this + getBackpackCargo this); But the amount of items/weapons not shown correctly on the pasted clipboard.
  4. I'm trying to get vehicle inventory to clipboard. So far manage to get each item by using this separate vehicle init on Eden editor, Question is how to simplify all those code into 1. I've tried put all those code into vehicle init on Eden editor but only 1 code that manage to be copied on clipboard, the rest aren't.
  5. R5th

    Warlords

    @law-giver can you provide new download link. seems like the current link you provided not working anymore. if someone has downloaded the mission file provided by law-giver, can re-upload it and provide new link. i would like to test it.
  6. If someone searching for this kind of script but want to add Respawn point and Arsenal on their custom composition , here is the code: - The code highlighted with red color. - This is for Blufor side only. You can add the same code to other side. If you want the vehicle to respawn and have the option to deploy mobile hq again, i recommend Light advanced vehicle respawn by Fiddi.
  7. R5th

    Apex Framework

    @Kraft0824 From the picture you've shown, the "server.Arma3Profile" directory is correct. Solution that i can think of: 1- Double check your arma3server.exe/arma3server_x64.exe launch parameter. (ex: D:\Program Files (x86)\Steam\steamapps\common\Arma 3 Server -port=2302 -config=server.cfg -cfg=basic.cfg -profiles=User -name=user -bepath=D:\Program Files (x86)\Steam\steamapps\common\Arma 3 Server\User\BattlEye -serverMod=@Apex -filePatching -autoInit -enableHT 2. change the name of "server.Arma3Profile" to "user.Arma3Profile". (which i can see from the posted picture that this is might be the cause)!
  8. It's getting bored playing the same mission since most of players knew the mission well. Perhaps it's about time Dev Team create a new mission or use the community made mission and put it on official server. I've seen alot of official server not populate by players. Maybe half of them can be use to host community made mission.
  9. Soldier Tracker by fn_Quiksilver : Dynamic Player Markers by aeroson :
  10. @pierremgi This line got error where it doesn't set the pilot skill to 1 and set rank to Captain. For this line : to function, i had to put this code : in initServer.sqf right? Still no luck for me to make it respawn after death.
  11. Hai, I'd scavenged some of code from couple of guys in this forums to make a Jet Patrolling dedicated place for my mission. Unfortunately, i can't make it to respawn after being destroyed / out of fuel/ pilot dead. I'd tried couple of code by failed. AirPatrol.sqf Init.sqf Your help will be much needed and appreciated. Btw, i'm not a scripter/coder. I'm just a scavenger who looking for a code/script to make mission. Learning this will take ages for me.
×