Jump to content

dr_j0nes

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by dr_j0nes

  1. Thanks for this great work!

    How should i set up this script to have 5 Hours Day and 1 Hour Night? :/ I'm a little bit confused right now ^^

    At the moment i have it setup like this: 

    Quote

    donn_multi = 0.5;

    and in day_server functions:

    //========================TIME FUNCTION============================
    if (_dayTime >= 8 && _dayTime <= 16) then {donn_speed =  4.000;};
    if (_dayTime >  4 && _dayTime <   8) then {donn_speed =  6.666;};
    if (_dayTime > 16 && _dayTime <  20) then {donn_speed =  6.666;};
    if (_dayTime <= 4 || _dayTime >= 20) then {donn_speed = 20.000;};
    //=================================================================

     

  2. Hey mates!

    When i try to buy a Primary Weapon to my gear AT says: 
     

    Quote

     

    "You can only buy 1 primary, 1 sidearm and -2 tools in your gear.

    You could not buy these items because the container lacks space to hold them"

     

     

    But i have no primary in gear! I have a pistol as second gun but no primary.. :(

    When i buy it for my backpack it works, but not for my gear.

    Selling items works like a charm but buying weapons not.

    Normal trading without Zupas AT still works. Also that AT says that i can buy -2 tools is a weird...

    I have no coin system btw ;)

     

    Does anyone had the same issue?

×
×
  • Create New...