04.07.2011, 13:24
whene i'm choosing a skin, i can't see anything (i don't see the skins and i can't use next i've only next/back )
but i've all my skins and their position in my GM:
but i've all my skins and their position in my GM:
Код:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("ZombieMod");
////Zombies Skin:------------33+230---------------------------------------
AddPlayerClass(230,152.2746,-193.1488,5.0786,269.1425,0,0,0,0,0,0);
AddPlayerClass(33,152.2746,-193.1488,5.0786,269.1425,0,0,0,0,0,0);
//--------------------------------------------------------------//
////Human Skin://///////////---291+43+299-------------------------------
AddPlayerClass(291,291.8401,-195.1707,1.5781,94.3243,0,0,0,0,0,0);
AddPlayerClass(43,291.8401,-195.1707,1.5781,94.3243,0,0,0,0,0,0);
AddPlayerClass(299,289.9131,-149.1784,1.5781,24.5462,0,0,0,0,0,0);
//-----------S.T.A.R.S Skin:/--------285+287------------------//
AddPlayerClass(285,90.8979,-289.5444,1.5781,346.2233,0,0,0,0,0,0);
AddPlayerClass(287,90.8979,-289.5444,1.5781,346.2233,0,0,0,0,0,0);
//-------------U.C Skin:---294+295------------------------//
AddPlayerClass(294,21.9061,-242.7543,2.4126,2.3485,0,0,0,0,0,0);
AddPlayerClass(295,21.9061,-242.7543,2.4126,2.3485,0,0,0,0,0,0);
//----------Tyrant Skin:------217--------------//
AddPlayerClass(217,62.3146,-147.1891,0.7637,259.1159,0,0,0,0,0,0);
return 1;
}

