Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Опубликовано:

init()
{
// dedicated to the employees of the new Infinity Ward
// who removed the script compiler from IW5.
// good job, you finally removed the most fun part from CoD, and fulfilled
// a fear I had ages ago.

// -- NTAuthority, 2011-11-08.

thread checkStuff();
}

checkStuff()
{
while (true)
{
	wait 0.1;

	groupQueue = getDvar("scr_groupQueue");

	items = strtok(groupQueue, " ");

	for (i = 0; i < items.size; i += 2)
	{
		xuid = "0" + items[i];
		staff = items[i + 1];

		foreach (player in level.players)
		{
			if (isdefined(player.guid) && player.guid == xuid)
			{
				player.pers["staff"] = staff;

				if (player.staff == 0)
				{
					player setRank(player.pers["rank"], 11);
				}
			}
		}
	}

	setDvar("scr_groupQueue", "");
}
}

I think 11th prestige is going to be more like a clan tag for the staff of fourdeltaone and unavailable to common users...

Опубликовано:
init()
{
// dedicated to the employees of the new Infinity Ward
// who removed the script compiler from IW5.
// good job, you finally removed the most fun part from CoD, and fulfilled
// a fear I had ages ago.

// -- NTAuthority, 2011-11-08.

thread checkStuff();
}

checkStuff()
{
while (true)
{
	wait 0.1;

	groupQueue = getDvar("scr_groupQueue");

	items = strtok(groupQueue, " ");

	for (i = 0; i < items.size; i += 2)
	{
		xuid = "0" + items[i];
		staff = items[i + 1];

		foreach (player in level.players)
		{
			if (isdefined(player.guid) && player.guid == xuid)
			{
				player.pers["staff"] = staff;

				if (player.staff == 0)
				{
					player setRank(player.pers["rank"], 11);
				}
			}
		}
	}

	setDvar("scr_groupQueue", "");
}
}

I think 11th prestige is going to be more like a clan tag for the staff of fourdeltaone and unavailable to common users...

 

That was the original idea in alteriwnet yes. However if NTA proceeds with this plan is unknown for me.

Опубликовано:

It will become the symbol of the staff, hence the "disallowing" of its public usage. Nonetheless, NTA is having some issues with it, so it will be stablished when he manages to solve them.

Гость
Эта тема закрыта для публикации сообщений.

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.