Jump to content

Alexis

Member
  • Posts

    45
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Alexis got a reaction from oldmatechoc in Invisible admin for bots   
    Connect in infiStar, or your admin panel
    invisibleBoth = { Private ["_sl"]; if !(captive player) then { player setCaptive 1; _sl = format["%1 invisible both ON", (name player)]; }else{ player setCaptive 0; _sl = format["%1 invisible both OFF", (name player)]; PVAH_WriteLogReq = [player, _sl]; publicVariableServer "PVAH_WriteLogReq"; }; };  
  2. Like
    Alexis got a reaction from RiMMON in Invisible admin for bots   
    Connect in infiStar, or your admin panel
    invisibleBoth = { Private ["_sl"]; if !(captive player) then { player setCaptive 1; _sl = format["%1 invisible both ON", (name player)]; }else{ player setCaptive 0; _sl = format["%1 invisible both OFF", (name player)]; PVAH_WriteLogReq = [player, _sl]; publicVariableServer "PVAH_WriteLogReq"; }; };  
  3. Like
    Alexis reacted to Zupa in SC 2.0 & 3.0   
    It means the function 
    ALDialogUpdateAmountsis not declared before u use it. Or never declared at al. So the script stop.
     
    And please don't tell me you are that 'Alex is' from exile.
  4. Like
    Alexis reacted to XerxesIv in [Alpha Release] Single Currency 4.0 Banking & Storage   
    A certain unnamed server company is trying to pass this off as their own. 
    A lot of work went in the these files by not only myself but to all the creators of the different scripts that are included. After I asked them to not do so they ignored my wishes so now like I said in another post is release time for all.

    There are a few things that need added like a hud edit which will be added as soon as I can or if some one else feels free to add to it,

    Mods included but not limited to (if i forgot anyone I do apologize)
     
    Single Currency 2.0 ( Extension) - Soul
     
    Single Currency 3.0 ( Extension) - Zupa
     
    Single Currency Development functions - Zupa
     
    Single Currency Traders - Zupa
     
    Transfer Money from ATM -  Rocu
     
    JAEM Chopper Evac SC - Zupa
     
    Axe Cop Service Points SC - Zupa
     
    Banker NPC's - MGM
     
    http://github.com/XerxesIV/Single-Currency-4.0
     
  5. Like
    Alexis reacted to TheGamingChief in [Alpha Release] Single Currency 4.0 Banking & Storage   
    So do you have a tutorial on how to install these? Or am i just missing it?
  6. Like
    Alexis reacted to cen in Removing plot pole   
    Remove it from this array in variables.sqf:
     
    DZE_isRemovable = ["Fence_corrugated_DZ","ParkBench_DZ","Plastic_Pole_EP1_DZ","FireBarrel_DZ","Scaffolding_DZ","StickFence_DZ"];
×
×
  • Create New...