RHS Feedback - USAF
View Issue Details
0003756USAF[All Projects] Generalpublic2017-11-06 03:312017-11-06 08:15
sn0whusky 
reyhard 
nonemajoralways
closedduplicate 
 
 
0003756: Error Message
Error message something to do with this line
if(isMultiplayer)then{sleep 0.1};

https://prnt.sc/h6pq0x [^]

    private _h = "rhs_collider_simple" createVehicle (getpos _v);
    _h setPosWorld (getPosWorld _v);
    _h setVectorDirAndUp [vectorDir _v,vectorUp _v];
    if(isMultiplayer)then{sleep 0.1};
    _v attachTo [_h,[0,0,0]];
Mods used
start of mp mission via eden editor
Not exactly sure what this means but might be helpful

Discord reply to the question asked

Midnight - Today at 11:50 AM
@sn0whusky you can't sleep in unscheduled environment

might be relating to this
if(isMultiplayer)then{sleep 0.1};
No tags attached.
Issue History
2017-11-06 03:31sn0whuskyNew Issue
2017-11-06 08:15reyhardStatusnew => closed
2017-11-06 08:15reyhardAssigned To => reyhard
2017-11-06 08:15reyhardResolutionopen => duplicate

There are no notes attached to this issue.