Jump to content

Pyth3rEx

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Everything posted by Pyth3rEx

  1. Squad name: CPA-10 Timezone/location : HQ in France, Canada players (and others) welcome Gamemode preference (eg coop or pvp): in-house made dynamic & persistent campagne Contact email: booking@pyth3rex.com Website address: chttps://discord.gg/u6DJ332N8w Short description: CPA-10 is a french air force special forces unit specialised in RECON, CTLO, JTAC and more. We thrive to gie player the most autentic experience possible with our experience and know-how. Language: French
  2. Hey guys, so Ive been struggling for a bit and would love some help please. I am trying to get an addAction that I can show in an intem's ini that would play a sound (some alarm file that I would include in the mission) on every 'Land_Loudspeaker_F' on base (maybe X distance around a logic item or whatever?). Also what file format would the audio need to be in? thank you in advance for any help.
  3. Pyth3rEx

    Rearm

    Would this pseudocode do the trick? while == true inv = playerInventory if inv > 10 mags call 150mm fire support on player position endIf done
  4. Not sure what bis_fnc_saveInventory does but with a wild guess I'd say do a repeatable trigger on the safezone where 'onExit' executes bis_fnc_saveInventory or something along these lines.
  5. SOLVED: So problem was due to the mod 'FSH Radio'. Removed the mod and mission loads 🙂
  6. So I got my server loading the mission file again and again. I tried understanding what's going on and did a bit of troubbleshoot bu i'm confused on what to do next.See below the full RPT, let's see if one of you may be able to spot the issue? Thanks ^^ Starting mission: Mission file: Operation_Aigle_Noir Mission world: isladuala3 Mission directory: mpmissions\Operation_Aigle_Noir.isladuala3\ "No params given for ALIVE_fnc_BUS - exiting..." Warning Message: 'tracks/' is not a class ('name' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) [1968,499.539,0,"XEH: PreInit started. v3.12.1.190812"] [CBA] (settings) INFO: Reading settings from settings file. [CBA] (settings) INFO: Finished reading settings from settings file. [XEH]: One or more children of class CAManBase do not support Extended Event Handlers. Fall back to loop. [ACE] (common) INFO: Parsed Settings Configs [85.0 ms] Attempt to override final function - ace_interaction_fnc_addpassengersactions Attempt to override final function - ace_medical_fnc_actioncheckpulselocal Attempt to override final function - ace_medical_fnc_displaypatientinformation Attempt to override final function - ace_medical_menu_fnc_updateuiinfo "SquadBarDefault: false" String STR_RHS_FAC_VDV_45 not found String STR_RHS_FAC_VDV_45 not found Attempt to override final function - ace_dogtags_fnc_cancheckdogtag Attempt to override final function - ace_dogtags_fnc_getdogtagdata [1968,500.687,0,"XEH: PreInit finished."] Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) CallExtension 'debug_console' could not be found "Error: 'Stealth sounds' found 0 results for class song" Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) EPE manager release (0|65|0) Starting mission: Mission file: Operation_Aigle_Noir Mission world: isladuala3 Mission directory: mpmissions\Operation_Aigle_Noir.isladuala3\ "No params given for ALIVE_fnc_BUS - exiting..." Warning Message: 'tracks/' is not a class ('name' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) [1971,509.13,0,"XEH: PreInit started. v3.12.1.190812"] [CBA] (settings) INFO: Reading settings from settings file. [CBA] (settings) INFO: Finished reading settings from settings file. [XEH]: One or more children of class CAManBase do not support Extended Event Handlers. Fall back to loop. [ACE] (common) INFO: Parsed Settings Configs [86.0 ms] Attempt to override final function - ace_interaction_fnc_addpassengersactions Attempt to override final function - ace_medical_fnc_actioncheckpulselocal Attempt to override final function - ace_medical_fnc_displaypatientinformation Attempt to override final function - ace_medical_menu_fnc_updateuiinfo "SquadBarDefault: false" String STR_RHS_FAC_VDV_45 not found String STR_RHS_FAC_VDV_45 not found Attempt to override final function - ace_dogtags_fnc_cancheckdogtag Attempt to override final function - ace_dogtags_fnc_getdogtagdata [1971,510.271,0,"XEH: PreInit finished."] Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) CallExtension 'debug_console' could not be found "Error: 'Stealth sounds' found 0 results for class song" Warning Message: 'tracks/' is not a class ('duration' accessed) Warning Message: 'tracks/' is not a class ('duration' accessed) EPE manager release (0|65|0) Starting mission: Mission file: Operation_Aigle_Noir Mission world: isladuala3 Mission directory: mpmissions\Operation_Aigle_Noir.isladuala3\
×