Login  Register

Re: RELEASE : DaiZy Chernarus 1.7.7 FACTIONS 2.3 [06/14 UPDATED]

Posted by Above on Jun 15, 2013; 8:24pm
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/RELEASE-DaiZy-FACTIONS-3-0-2-20-01-2014-UPDATED-w-Car-Patrols-tp8540p8828.html

Haleks, if you haven't, you might wanna re-write your wear clothes script.

It's not written to give you the skin you had when using a new skin. If that doesn't make sense:

        case "Skin_Camo9_DZ": {
               [dayz_playerUID,dayz_characterID,"Camo9_DZ"] spawn player_humanityMorph;
        };
Versus

 
        case "Skin_Camo9_DZ": {
                _model = "Camo9_DZ";
        };

*EDIT: Basically just take the clothing script you made for 1.7.6.1.