then in the file Variables.sqf i added CIV1_DZ to the list of skins in allplayer
and in the dayz_server.pbo i modified the file server_playerLogin.sqf
and i putted this :
if (!(_model in AllPlayers)) then {
_model = "CIV1_DZ";
};
} else {
_isInfected = _primary select 3;
_model = _primary select 4;
_hiveVer = _primary select 5;
if (isNil "_model" or _model== "") then {
_model = "CIV1_DZ";
};
but when i start the game i see the loading screen "dayz epoch" then i see really fast the MOTD and then it go to the main menu of the game(arma2 arrow head)...
so if anyone have an idea about why it don't work...
Question
blad00x
Hello,
i'm actually trying to add thoses skins: http://www.armaholic.com/page.php?id=9849
so i modified the file cfgVehicules.hpp in my dayz_code.pbo (in my ftp folder on vilayer)
i just added this to the skins class list:
then in the file Variables.sqf i added CIV1_DZ to the list of skins in allplayer
and in the dayz_server.pbo i modified the file server_playerLogin.sqf
and i putted this :
but when i start the game i see the loading screen "dayz epoch" then i see really fast the MOTD and then it go to the main menu of the game(arma2 arrow head)...
so if anyone have an idea about why it don't work...
Link to comment
Share on other sites
15 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now