Jump to content

Armitxes

Member
  • Content Count

    85
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by Armitxes

  1. Armitxes

    ArmA2 Extended Dll

    Awesome! Works even with the newest frameworks and os unlike Arma2NET :) thanks a lot!
  2. Aww so there are no by the player triggered Events available? I hate (ab)using infinite while loops for something that (might) never happen. But thanks for the help, must do it that way then.
  3. Hello fellow scripters! I'm working on a prison mission and I've got the problem that prisoners can break the roleplay by simply suiciding via diving. Is there a way to prevent a player from drowning or atleast to detect if he's drowning? The allowDamage function and the HandleDamage event sadly don't work here and I can't find any alternative so far :/
  4. The wiki says that by using publicVariable. but I can't find any examples for this. How to do that? I tried with: var = { [var2] execVM "example.sqf"; }; var = [var2] execVM "example.sqf"; publicVariable "var"; both will give a "<spawn>" to the variable but how to execute it now? Help on this would be really great! Thank you guys in advance.
  5. Thank you very much. [] call var; solves my problem :)
  6. ===================================================================== == C:\Arma 2 Operation Arrowhead\arma2oaserver.exe == "C:\Arma 2 Operation Arrowhead\arma2oaserver.exe" -port=2302 "-config=C:\Arma 2 Operation Arrowhead\TA2DST\default\TA2DST_config.cfg" "-cfg=C:\Arma 2 Operation Arrowhead\TA2DST\default\TA2DST_basic.cfg" "-profiles=C:\Arma 2 Operation Arrowhead\TA2DST\default" -name=TA2DST -netlog "-mod=@Arma2NET;@CBA_CO;Expansion\beta;Expansion\beta\Expansion" -arma2netdev ===================================================================== Exe timestamp: 2013/05/10 00:41:16 Current time: 2013/05/20 16:51:56 Version 1.62.103419 2013/05/20, 16:51:56 Warning Message: mpmissions\__cur_mp.Takistan\mission.sqm/Mission/Groups/Item0/Vehicles/Item0.vehicle: Vehicle class USMC_Soldier no longer exists 2013/05/20, 16:51:56 Type USMC_Soldier is not VehicleType 2013/05/20, 16:51:57 Server error: Player without identity Armitxes (id XXXXXXXX) 2013/05/20, 16:52:18 Vehicle type USMC_Soldier does not exist
  7. When I start the given "Co18_PDB_ConvoyHell_v1-5-100.Takistan.pbo" mission it tells me that I was successfully added to the database but when I check the DB the tables are all empty. Now I tried another missions and all it does is flooding the server console saying "Mission XYZ read from bank." when the first player connects until he disconnects. Does anybody have an idea? I added the Database.txt to the Arma OA root folder and to the folder in AppData but it is not working.
  8. Altis Map hopefully is going to be Released soon. I want to launch a RPG Server on it :( Community Maps take some time ^^ I think we'll see some in 1-2 months when most Bugs have been fixed.
×