Skin check ?

Mamu1234

Member
Hi,

i´d like to make a little login-script where a text is displayed depending on the skin, a player has.
Textdisplay at login works fine etc. etc.

Does anyone know how to check the current skin of a player ? Especially if its the female oder one of the male skins.

Help would be apreciated very much. Thanks in advance.
 
I am still learning, so this might not be right but try
Code:
 if (!(_model is ["SurvivorW2_DZ"])) then {
 
Back
Top