Strikes Posted December 11, 2013 Report Share Posted December 11, 2013 Sometimes you just need that second pair of eyes.... :wub: you waTTe. That might have been the issue; going to test things out now. Link to comment Share on other sites More sharing options...
Polli Posted December 11, 2013 Report Share Posted December 11, 2013 Hi waTTe You saved my life. It was _position instead of _location. That caused the issue. Thanks a lot. The script runs fine now :) Strikes 1 Link to comment Share on other sites More sharing options...
Guest Posted December 11, 2013 Report Share Posted December 11, 2013 glad that i could help! Link to comment Share on other sites More sharing options...
mrkarp Posted December 18, 2013 Report Share Posted December 18, 2013 Bad a** sir! Thank you for your contribution, and awesome work. Link to comment Share on other sites More sharing options...
glowpowner Posted February 25, 2014 Report Share Posted February 25, 2014 the events are working but there are no markers showing and i use these events Link to comment Share on other sites More sharing options...
FoamysWorld Posted February 25, 2014 Report Share Posted February 25, 2014 the events are working but there are no markers showing and i use these events Can you post one of your sqf files? The ones on that page should work as is, with the exception of markers refreshing. Link to comment Share on other sites More sharing options...
glowpowner Posted February 25, 2014 Report Share Posted February 25, 2014 Can you post one of your sqf files? The ones on that page should work as is, with the exception of markers refreshing. sure http://pastebin.com/NgWhnNjp Link to comment Share on other sites More sharing options...
FoamysWorld Posted February 25, 2014 Report Share Posted February 25, 2014 _refreshmarker = [_location,_markerRadius,_markershape,_markercolor,_missiontype] execVM "\z\addons\dayz_server\modules\refreshmarker.sqf"; change _location to _position and comment out the debug marker as well. glowpowner 1 Link to comment Share on other sites More sharing options...
glowpowner Posted February 26, 2014 Report Share Posted February 26, 2014 _refreshmarker = [_location,_markerRadius,_markershape,_markercolor,_missiontype] execVM "\z\addons\dayz_server\modules\refreshmarker.sqf"; change _location to _position and comment out the debug marker as well. ok i did that but i still dont see a marker the event is runining Link to comment Share on other sites More sharing options...
FoamysWorld Posted February 26, 2014 Report Share Posted February 26, 2014 ok i did that but i still dont see a marker the event is runining _missiontype = 1; //0=EPOCH_EVENT_RUNNING 1=SPECIAL_EVENT_RUNNING Change _missiontype to 0 since it's EPOCH_EVENT_RUNNING in your script. Also the marker refresh script you are using isn't for scripts which use a debug marker, it's scripted for the ems/dzms systems that use the minor/major missions, however you can modify it to do so easily. glowpowner 1 Link to comment Share on other sites More sharing options...
glowpowner Posted February 26, 2014 Report Share Posted February 26, 2014 _missiontype = 1; //0=EPOCH_EVENT_RUNNING 1=SPECIAL_EVENT_RUNNING Change _missiontype to 0 since it's EPOCH_EVENT_RUNNING in your script. Also the marker refresh script you are using isn't for scripts which use a debug marker, it's scripted for the ems/dzms systems that use the minor/major missions, however you can modify it to do so easily. Link to comment Share on other sites More sharing options...
Sexysev Posted July 1, 2014 Report Share Posted July 1, 2014 1:21:55 Error in expression <UNNING = false; sleep 30; deleteMarker _event_marker; if (_debug) then { delete> 1:21:55 Error position: <_event_marker; if (_debug) then { delete> 1:21:55 Error Undefined variable in expression: _event_marker 1:21:55 File z\addons\dayz_server\modules\Treasure.sqf, line 148 Any ideas why I would be getting this error? Link to comment Share on other sites More sharing options...
Guest Posted July 1, 2014 Report Share Posted July 1, 2014 patch 112555 Link to comment Share on other sites More sharing options...
Sexysev Posted July 3, 2014 Report Share Posted July 3, 2014 Ah nice...what isnt patch 112555. Just ignore it then? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now