Recent content by Deezit

  1. D

    [Request] Toolbelt items having charges & Fuel tanks have limited Fuel

    Hi, a chance to destroy or fail on actions is possible to implement. If you want I can try to build it.
  2. D

    I can help server owners implement scripts on their servers

    I didnt read all the posts, but, is this a paypal post ? :x
  3. D

    Creating a spawn intro cut-scene?

    I got this problem too, and I've one IA on the server
  4. D

    Ground Fog - Guide

    I have fixed a bug that happened each 5 minutes :) now its ok. Feel free to test I'm okay, tell me if u have problems
  5. D

    Ground Fog - Guide

    Modification for night only ground fogs : your fogs.sqs : _Center = _this select 0 _dist1=_this select 1 _dist2= _this select 2 ?(count _this > 3):_endNight=_this select 3;_startNight=_this select 4; goto "nighttest" ?(count _this == 3):goto "bigloop" #nighttest _hours = Date select 3...
  6. D

    Ground Fog - Guide

    I have the same problem, thats why I was asking for much larger fogs, you can see my screens here: http://imgur.com/a/UoYac#0 (1 with a horizontal ground (perfect) and 1 with curvy ground (sorry for my english)) @Fr1nK : I set it all the time.
  7. D

    Ground Fog - Guide

    Thanks it works ! Preview in video (forest + night + fogs) : I just have one little problem, its when you are in a car, and drive, you see many little little fogs. Could be much larger for vehicle speed and height. :) thx
  8. D

    Diary Subjects, Map Markers and View Distance?

    Taviana I think
  9. D

    Diary Subjects, Map Markers and View Distance?

    My scripts are like that : init.sqf if (!isDedicated) then { //...your lines... //Markers _markers = [] execVM "tweaks\markers.sqf"; tweaks/markers.sqf private ["_markerstrT", "_posT"]; if (isServer) exitWith {}; // only run this on client side _markerstr1 = createMarker ["Transport...
  10. D

    Diary Subjects, Map Markers and View Distance?

    I also made a script that shows up some markers and the position of my UH1H public transport (updating each 15 seconds if I remember and some extra markers for admins like players positions :) much easier to help people), so I've put the execVM briefing in the while{} of this script.
  11. D

    Diary Subjects, Map Markers and View Distance?

    Yep, but its not finished. I just did that this night. waitUntil {!isNull player && isPlayer player}; if (player diarySubjectExists "rules") exitWith {}; player createDiarySubject ["rules", "Informations & règles"]; player createDiarySubject ["faq", "Foire aux questions"]; player...
  12. D

    Diary Subjects, Map Markers and View Distance?

    Hi, I have a while {} that is running on my server for another script, i just added my execVM "briefing.sqf"; on it And added this block on top of my briefing.sqf : if (player diarySubjectExists "rules") exitWith {}; player createDiarySubject ["rules", "Informations & règles"]; ... Its...
  13. D

    [Request] Toolbelt items having charges & Fuel tanks have limited Fuel

    I think its not possible, the same way as the ammos on choppers... (they dont get saved on DB) Sorry for my bad english
  14. D

    Fog - Breaking Point - Possible?

    Yep a guide :)
Back
Top