Custom skins in 1.8.x.x

Syn Rapture

Member
Ok, I know this topic has been going on for quite some time and, so far, I've found no way to implement custom skins in Pwnoz0r's pserver, buuuuut...
My naive mind thinks there might be hope to do it with the new 1.8.x.x versions...

Any ideas?
I'll be trying a few methods tonight, but maybe somebody did it already and wants to share results...
 
I've been looking around and found several servers implemented things like "custom skin selector" and such tools... Has anyone ever done something like that for this server pack? :O
 
i use Fred's wardrobe 1.2 script :p but player need to close to box so they can change skin

it work really good.
Code:
//if (!(_model in AllPlayers)) then {
    if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ","Rocket_DZ","US_Soldier_EP1","BAF_Soldier_DDPM","BAF_Soldier_Officer_DDPM","BAF_Soldier_MTP","BAF_Soldier_L_DDPM","CZ_Soldier_DES_EP1"])) then {
        _model = "Survivor2_DZ";
    };

i'll send my mission to your PM :D
 
Back
Top