theszerdi / DayZ-Missions

5 stars 11 forks source link

same thing #3

Closed Misc4HD closed 11 years ago

Misc4HD commented 11 years ago

not working i log back in and i still don't see the markers but i know thy are there unles thy despawnd but i know thy are there ore dus it kick in when new whanes spawn but how do i get ride of the old whannes ?

sorry for waisting your time

theszerdi commented 11 years ago

Go through and check all your code and the readme instructions. What map are you running? Any other mods?

Misc4HD commented 11 years ago

epoch chernaus, selfbloodbag script btk cargo script debug monitor

but your script was working for a while until i relogd i have everything you did but i forgot the marger in init.qdf i addit them but still nothing showing up

Misc4HD commented 11 years ago

Cane you plz have a look at my code and correct aime sorry for taking your time but i realy need thise, i paste it in Pastebin

Pastebin

theszerdi commented 11 years ago

Ok, you need to have the debug folder with the addmarkers.sqf in your mission.pbo and you need to add to the end of your init.sqf this code:

[] execVM "debug\addmarkers.sqf";
[] execVM "debug\addmarkers75.sqf";

I told you this before.