Jump to content

tade922

Member
  • Posts

    59
  • Joined

  • Last visited

Reputation Activity

  1. Like
    tade922 reacted to juandayz in Bec Scheduler (Auto Restarter)   
  2. Like
    tade922 reacted to JasonTM in Battleye problem   
    You got kicked for SetVariable not PublicVariable. Look at setvariable.log and add the exception to end of line 6 in setvariable.txt.
  3. Like
    tade922 reacted to Relentless in Server Crash   
    I suggest that you comment out the lines where _weatherType is compared in an if-condition and insert a systemchat _weatherType so you know what is stored in this variable. Because it seems like the value is not set because the previous if-conditions aren't accessed.
    while {1 == 1} do { // uiSleep a while until next weather change uiSleep floor (_minTimeBetweenWeatherChangesMin * 60 + random ((_maxTimeBetweenWeatherChangesMin - _minTimeBetweenWeatherChangesMin) * 60)); if (_minimumFog == _maximumFog && _minimumOvercast != _maximumOvercast) then { _weatherType = "OVERCAST"; }; if (_minimumFog != _maximumFog && _minimumOvercast == _maximumOvercast) then { _weatherType = "FOG"; }; if (_minimumFog != _maximumFog && _minimumOvercast != _maximumOvercast) then { // Select type of weather to change if ((random 100) < 50) then { _weatherType = "OVERCAST"; } else { _weatherType = "FOG"; }; }; This will set the _weatherType either to Overcast or to Fog but as your error message says that this variable isn't defined, I guess that these if-conditions are not even accessed.
  4. Like
    tade922 reacted to tade922 in ( Help) ESS - Enhanced Spawn Selection   
    If for init file im delete bus
     
    (
    //Bus Route
    if (BusRouteScript)then{ if (isServer) then { [true] execVM "scripts\busroute\init_bus.sqf"; }; if (!isDedicated) then { [] execVM "scripts\busroute\player_axeBus.sqf"; }; };   )   Then i can't choose cast!   If i write back to init then, next to bandits he /she can't sit down!   my init files where i delete bus:   https://mega.co.nz/#!McllRIhZ!5ppHBZ5nIOrb3rq1z-2OtYkp5xYH7-oIywuZnkTKEhE   This init file  original:   https://mega.co.nz/#!sUdEnZoT!GFFGeDe_8TRGJ5e8vpoaZ466SnBq74LSNRrv8DeyKLo   Server RPT log:   https://mega.co.nz/#!FAdAnAJK!8AqZ2u-0lxD-wTV5QJPT7T6XYX3-Se5ExTvFDqrRoao   Rpt:      
     
     
     
     
     

  5. Like
    tade922 got a reaction from AFlatteedgekly in Epoch 1.0.2.5 Server Files   
    -Ai Mission
    -Auto Refuel
    -Self Bloodbag
    -Safezone (No open Bag)
    -takeclotes
    -Debugmonitor
    -admintools
    -Auto tow
    -Heli lift
    -Fast Roping
    -Party Bus
    -Login Messenger
    -Starting Music
    -weihnachten
    -TRADER CITY
     
    Install:
     
    Just overwrite the folder server.pbo and Mission
     
     
    Download:
     
    https://mega.co.nz/#!hR8wwZCY!BNWBICbxwCzSdtXRq04PRjI8p8JqAzEckx17e9ie_h4
×
×
  • Create New...