Search results

  1. clark17

    Display a hint message on Player Spawn (New spawn only)

    Yes really ;-) In any case the problem remains, the script does not work ... My server is hosted by HFBservers and it use reality dayz private server.
  2. clark17

    Display a hint message on Player Spawn (New spawn only)

    Yes i use this for arma 2, but according to bis wiki "systemchat" is an arma 3 function: http://community.bistudio.com/wiki/systemChat
  3. clark17

    Display a hint message on Player Spawn (New spawn only)

    Ok i tryed this code but it doesn't work: // Modification pour l'affichage d'une vidéo lors de la première connexion introduction_video = compile preprocessFileLineNumbers "fixes\introduction_video.sqf"; waitUntil {!isNil ("PVDZ_plr_LoginRecord")}; if (dayzPlayerLogin2 select 2) then {...
  4. clark17

    Modifying Survivor Spawn Locations

    I tried this method but it doesn't work ... Spawn point are still the original ones.
  5. clark17

    Display a hint message on Player Spawn (New spawn only)

    Hi, I'm trying to display an short message when a player spawn (new spawn only. I take a look at the Halo Jump on Spawn -> http://opendayz.net/threads/halo-jump-on-spawn-tutorial.9344/ to inspire me. So, I've add this line at the end of "dayz_mission\init.sqf": if (!isDedicated) then {...
  6. clark17

    GPS Video On Start - Tutorial + Pictures

    Ok, first i'm trying to install your original gps video on start script but i'm kicked by Battleye. script.log contains this: 19.08.2013 02:06:26: Clark17 (*.*.*.*:*) MYGUID - #103 "il { alive player }; waituntil {!isnull (finddisplay 46)}; hintsilent "Player Found! Running Script!"; sleep 5...
  7. clark17

    Admin tools with player position

    Ok but for creating spawn point I need all changes made for the dayz mod. With the in game 3d editor it's original chernarus island only...
  8. clark17

    Admin tools with player position

    Is there an admin tool that displays the player's position in game (in a debug monitor)? This could be very useful to easily place new objects or player spawn points.
  9. clark17

    100% Kill & Death Messages 1.7.7.1

    Hello, I have my server hosted at HFBservers, probably a reality server. The problem is that my dayz_mission \ init.sqf does not contain this line: enableRadio false; Is it possible to add?
  10. clark17

    GPS Video On Start - Tutorial + Pictures

    Nice script! Is it possible to start this script only when creating a new player?
Back
Top