| Tematy otagowane jako: skinów-= |
| 1. [INNE] -=Nowa Wybierałka Skinów-= |
[size=18]Witam[/size], mam problem... Poniewa? mam wybiera?k? z jednej z map na forum wszystko ?adnie skopiowa?em do mojej mapy 0 error?w 0 warning?w tylko, ?e jak wrzuci?em map? na dom?wk? to nie chce mi si? zespawnowa? skin oto ta Wybiera?ka
[code]public OnPlayerRequestClass(playerid,classid)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-755.2900,2037.1600,77.8984);
SetPlayerFacingAngle(playerid,270.0);
SetPlayerCameraPos(playerid,-750.2900,2037.1600,78.8984);
SetPlayerCameraLookAt(playerid,-755.2900,2037.1600,78.8984);
if(Movie[playerid] == 0)
{
TextDrawShowForPlayer(playerid,TextDrawLogo[2]);
TextDrawShowForPlayer(playerid,TextDrawLogo[3]);
TextDrawShowForPlayer(playerid,Powitanie[1]);
TextDrawShowForPlayer(playerid,Powitanie[2]);
}
SendClientMessage(playerid, COLOR_GREY, " ");
SendClientMessage(playerid, COLOR_ORANGE, "~ DreamServer v.3.2.3b by TRUST(skompilowano 15.09.2011)");
SendClientMessage(playerid, COLOR_WHITE, " * Po grze zapraszamy na forum: {0099FF}DreamServer.eu");
SendClientMessage(playerid, COLOR_WHITE, " * Jeste? naszym sta?ym graczem? Dodaj do nicku tag: {0099FF}[DS]");
SendClientMessage(playerid, COLOR_GREEN, " * Wybierz skin, kt?rego chcesz u?ywac w grze.");
SendClientMessage(playerid, COLOR_GREEN, " * Aby wybra? zapisany skin nacisnij {CC6600}strza?k? w prawo {33CC00}(ustaw w: /panel)");
if(!IsRegistered(playerid))
{
SendClientMessage... |
| 2. [INNE] -=Wybierałka Skinów-= |
[size=18]Witam po raz kolejny[/size]
Mam kolejne dla was pytanie, chodzi o wybiera?k? skin?w
O co chodzi?!
Chodzi o to, ?e mam map? PP usun??em intro tzn da?em "/*" przez ca?e "INTRO" dam wam kod tej wybiera?ki skin?w(na serwerze wygl?da jakby ona lagowa?a czy jakby si? otwiera?o intro)
[code]public OnPlayerRequestClass(playerid, classid)
{
if(Player[playerid][State] != P_STATE_SELECTING)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 2005.4468,1668.2479,12.5991);
SetPlayerFacingAngle(playerid, 248.3882);
Player[playerid][IntroEnded] = false;
SetTimerEx("Intro", 70, false, "df", playerid, 0);
SetPlayerCameraPos(playerid, 2008.3282,1666.6132,11.9799);
SetPlayerCameraLookAt(playerid, 2005.4468,1668.2479,12.5991);
UpdateIntroTextDraw(playerid, 0);
TextDrawLetterSize(tdIntroCurtain[playerid], 3.019999, 27.800003);
for(new Order = 0; Order < 2; Order++)
TextDrawShowForPlayer(playerid, tdIntroBox[Order]);
for(new Order = 0; Order < 3; Order++)
TextDrawShowForPlayer(playerid, tdIntroTitle[Order]);
TextDrawShowForPlayer(playerid, tdIntroDescription[playerid]);
TextDrawShowForPlayer(playerid, tdIntroCurtain[playerid]);
}
if(classid >= 0 && classid <= 8)
Player[playerid][SkinType] = SKIN_POLICE;
else if(classid >= 9 && classid <= 11)
Player[playerid][SkinType] = SKIN_FIRE;
else if(classid >= 12 &... |
|