Jump to content

Froanta

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Froanta

  1.  

    jrcx06.jpg

     

    Heres my version of the spawn selector for Chernarus: https://dl.dropboxusercontent.com/u/14937351/spawnselect.zip

     

    Install instructions:

     

    -) Unpack the files in the archive to your mission folder.

     

    1) In the end of !isDedicated block in your MPMissions init.sqf file ->

     

    if (!isDedicated) then {

       ...jadajada... //just an example, don't change to this :D

       <--Place code-->

    };

     

    Place this code:

    	waitUntil {!isNil ("PVDZE_plr_LoginRecord")}; 
    	if (dayzPlayerLogin2 select 2) then {
    		[] execVM "custom\spawn_select\Spawn.sqf"; 
    	}; //After this comes the !isDedicated condition ending bracket!
    

    2) Open your description.ext and paste this to the end:

    #include "custom\spawn_select\dialogs.hpp"
    

    3) Unpbo your dayz_server.pbo and open file dayz_server\compile\server_playerSetup.sqf and change this (around line 236):

    dayzPlayerLogin2 = [_worldspace,_state];
    

    to this:

    dayzPlayerLogin2 = [_worldspace,_state,_randomSpot];
    

    4) Repbo your dayz_server and enjoy :)

     

     

     

    I did everything like you said to a T, However whenever i click where i want to go I die as soon as i spawn...any clue as to why?

×
×
  • Create New...