Closed codexGW closed 7 years ago
Oh nooo. It's happening on vanilla. @AgentRev need a quick fix. DLC is coming in 1 hour.
client rpt plz
actually, server rpt plz
Don't worry about this. Testing something
4:53:09 Error in expression <ings\main_config.sqf"
_rNumber = floor random [4,22]; A3W_startHour = _rNumber;> 4:53:09 Error position: <random [4,22]; A3W_startHour = _rNumber;> 4:53:09 Error 2 elements provided, 3 expected 4:53:09 File A3Wasteland_settings\main_config.sqf, line 2
you shouldn't use an array like that with random
, it's not a linear range, but a gaussian distribution. use this:
#define RANDOM_BETWEEN(START,END) ((START) + floor random ((END) - (START) + 1))
ok I have the bug too, looking into it
oh lol just a small bug with params
, hang on.
I'm having issues with the vehicle store timeout not working but the bad one is the vehicle store isn't taking money when I buy a vehicles sometime. Not sure what cause it but once its active everything you buy at the vehicle store is free.