help me with this script
#6

Quote:
Originally Posted by GeekSiMo
Посмотреть сообщение
search for the line of ClearChat(); stock
the line is from 404 to 531 and some errors is in there.
Код:
{
    ClearChat();
    foreach(Player,i)
	{
	    SetCameraBehindPlayer(i);
	    ClearAnimations(i);
		HumanSetup(i);
		SpawnPlayer(i);
		CurePlayer(i);
		SetPlayerDrunkLevel(i,0);
		DisablePlayerCheckpoint(i);
		pInfo[i][Boxes] = 2;
		pInfo[i][BoxesAdvanced] = 10;
		pInfo[i][SkinChanges] = 2;
		pInfo[i][ArmourChanges] = 2;
		pInfo[i][pVipBoxes] = 35;
		pInfo[i][pLadders] = 2;
		pInfo[i][pFakeKills] = 0;
		pInfo[i][pAmmoBoxes] = 10;
		pInfo[i][C4] = 4;
		pInfo[i][pTrapMasterTrap] = 1;
		pInfo[i][pScientistCure] = 1;
		pInfo[i][pDoctorShield] = 1;
		pInfo[i][pMapsPlayed]++;
		TextDrawHideForPlayer(i, ServerIntroOne[i]);
		TextDrawHideForPlayer(i, ServerIntroTwo[i]);
		DestroyPickup(meatDrops[i]);
		DestroyPickup(ammoDrops[i]);
		DestroyObject(DocShield);
		DestroyObject(Trap);
		TogglePlayerControllable(i,1);
	}

	gTime = MAX_MAPTIME;

	SetWeather(Map[Weather]);
	SetWorldTime(Map[Time]);
	UpdateMapName();
	SendClientMessageToAll(-1,""chat""COL_LGREEN" [Clear]"COL_WHITE" Chat Cleared "COL_YELLOW"[Reason: Next Map]");
	SendClientMessageToAll(-1,""chat""COL_RED" [Info]"COL_WHITE" XGreen is KING!");

    SetTimer("RandomZombie",1000,false);
    gateobj = CreateObject(Map[GateID],Map[GateX],Map[GateY],Map[GateZ],Map[GaterX],Map[GaterY],Map[GaterZ],500.0);
	mapvar = SetTimer("OnMapUpdate",MAX_MAPUPDATE_TIME,true);
	balvar = SetTimer("OnMapBalance",MAX_BALANCERUPDATE_TIME,true);
	return 1;
}
its already posted in main topic.
Reply


Messages In This Thread
help me with this script - by XGreen - 20.07.2014, 06:13
Re: help me with this script - by GeekSiMo - 20.07.2014, 06:40
Re: help me with this script - by XGreen - 20.07.2014, 06:50
Re: help me with this script - by XGreen - 20.07.2014, 06:55
Re: help me with this script - by GeekSiMo - 20.07.2014, 07:06
Re: help me with this script - by XGreen - 20.07.2014, 07:13
Re: help me with this script - by XGreen - 20.07.2014, 08:24
Re: help me with this script - by XGreen - 20.07.2014, 09:19
Re: help me with this script - by ikey07 - 20.07.2014, 09:24
Re: help me with this script - by XGreen - 20.07.2014, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)