Jump to content

Sub

Member
  • Posts

    44
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Sub got a reaction from 31_D!4b10 in All Overwatch skins Fix in Overpoch   
    Hey guys, went through every single skin from ow and pulled out the ones that weren't just repetitive skins to reduce clutter since as you can see this is huge, but this basically fixes an issue where if you were to wear this skin it prevents it from vanishing after restart. Goes in your variables.sqf where it says "AllPLayers =" Then skin list of course. Hope this helps someone.
     
     This is for your variables.sqf
    Saw some mess ups, fixed em :)



  2. Like
    Sub reacted to PeterBeer in [Tutorial] Instant Build For Admins   
    This grants instant building for admins

    This requires custom :
    player_build.sqf Compiles.sqf variables.sqf Not going to show you how to do as there is hundreds of topics and posts about how to do it

    Installation :

    Open player_build.sqf

    Find :
    [10,10] call dayz_HungerThirst; Above this line add :
    if ((getPlayerUID player) in FastBuilding) exitWith { _isOk = false; _proceed = true; systemChat ""; // SystemChat If Wanted }; Open variables.sqf

    Add At The Top :
    FastBuilding = ["xxxxxxxxxxxxx","xxxxxxxxxxxxx"]; Where I Have put "xxxxxxxxxxxxx" add there UID / ID Number

    And Thats It
  3. Like
    Sub got a reaction from Externized in All Overwatch skins Fix in Overpoch   
    Hey guys, went through every single skin from ow and pulled out the ones that weren't just repetitive skins to reduce clutter since as you can see this is huge, but this basically fixes an issue where if you were to wear this skin it prevents it from vanishing after restart. Goes in your variables.sqf where it says "AllPLayers =" Then skin list of course. Hope this helps someone.
     
     This is for your variables.sqf
    Saw some mess ups, fixed em :)



×
×
  • Create New...