Recent content by creativesamurai1982

  1. C

    [Support] DZMS DayZ Mission System

    See, I am learning lol thanks again fella. Have a good evening. Dave
  2. C

    [Support] DZMS DayZ Mission System

    Hey Vampire, I have if finaly working now :) thanks so uch for your help, and id also like to think iv learned a little something lol. just one quick question, sounds[]={alert}; if i added more sounds would i expand that code to sounds[]={alert,start,stop} or sounds[]={"alert","start","stop"}
  3. C

    [Support] DZMS DayZ Mission System

    Hey Vampire, Thanks for the code but its still not working. Ill post what i have done but i think im gonna give up. i obviously don't have skills for this lol. init.sqf if (!isDedicated) then { "missionSoundPVC" addPublicVariableEventhandler { playSound "alert"; missionSoundPVC =...
  4. C

    [Support] DZMS DayZ Mission System

    Hey Vampire, You say that i need to replace unit with the player i want to send it to. How do i do that? Also Is there somewhere i can go to learn this coding lark, as i don't want to keep bothering everyone with my sub par knowledge of coding. And again, thank you for all your help. Dave
  5. C

    [Support] DZMS DayZ Mission System

    Ok Guys, This is what I have so far but its still not working. Iv edited init.sqf and added this line of code call compile preprocessFileLineNumbers "Custom\Fixes\Custom_publicEH.sqf"; Below This one call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; This is the...
  6. C

    [Support] DZMS DayZ Mission System

    Hey delpi, i think you guys have given me enough information to start with, google is my friend :) i will let you guys know how i get on. Thanks again.
  7. C

    [Support] DZMS DayZ Mission System

    Hey Vampire, Im gonna have to google that. as u can tell im still very new at this, thanks everyone for your help and patience.
  8. C

    [Support] DZMS DayZ Mission System

    Hey Delpi, Thanks for the quick reply, What i need is for the notification to be only heard buy the player, i dont want other players near him to hear the sound. this code u posted _nul = [objNull, _vehicle, rSAY, "siren", 120] call RE; it seems that all im missing from mine is the _vehicle...
  9. C

    [Support] DZMS DayZ Mission System

    Hey Brave Sir Robin, Cos dzms is in the server.pbo i assumed that playsound wouldn't work, i tried it anyways and i was right. I have this in my Description.sqf class CfgSounds { sounds[]={}; class start { name = "start"; sound[] = {\Resources\Sounds\start.ogg, 0.1...
  10. C

    [Support] DZMS DayZ Mission System

    just trying to work out how to add a notification sound for when the mission starts. no luck so far :( loving your dzms BTW vampire. g8 work Sent from my HTC One_M8 using Forum Fiend v1.2.11.
  11. C

    [Support] DZMS DayZ Mission System

    Its ok, I managed to work it out. I removed this like from all the mission files [nil,nil,rTitleText,"Bandits have Overrun a NATO Weapons Cache!", "PLAIN",10] call RE; and added these lines. also changed mission complete lines also. _hint = parseText format["<t align='center' color='#ff0000'...
  12. C

    [Support] DZMS DayZ Mission System

    Can no one help?
  13. C

    [Support] DZMS DayZ Mission System

    Hey Everyone, Hope you guys can help me out. Im still rather new to dayz/epoch. I would like to know if it's possible to have the mission messages that appear in the middle of the screen, appear in the top right corner of the screen? And if it is would someone show me how? There in a brown...
  14. C

    Head Ache

    Head Ache
  15. C

    dzai patrol map locations?

    Hey everyone, I was wondering if it is at all possible to add map markers for vehicle patrols?
Back
Top