mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 16:33:21 +00:00
Update plugin info
This commit is contained in:
parent
2ade39fd28
commit
c69c03a42b
3 changed files with 5 additions and 5 deletions
|
@ -34,9 +34,9 @@ ConVar enabledBlacklist;
|
||||||
#include <editor>
|
#include <editor>
|
||||||
|
|
||||||
public Plugin myinfo = {
|
public Plugin myinfo = {
|
||||||
name = "L4D2 Hats & Editor",
|
name = "L4D2 Editor",
|
||||||
author = "jackzmc",
|
author = "jackzmc",
|
||||||
description = "",
|
description = "Advanced prop spawner and entity editing",
|
||||||
version = PLUGIN_VERSION,
|
version = PLUGIN_VERSION,
|
||||||
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
||||||
};
|
};
|
||||||
|
|
|
@ -78,7 +78,7 @@ PlayerItems items[MAXPLAYERS+1];
|
||||||
|
|
||||||
public Plugin myinfo =
|
public Plugin myinfo =
|
||||||
{
|
{
|
||||||
name = "L4D2 Extra Player Tools",
|
name = "L4D2 5+ Extra Tools & Director",
|
||||||
author = "jackzmc",
|
author = "jackzmc",
|
||||||
description = "Automatic system for management of 5+ player games. Provides extra kits, items, and more",
|
description = "Automatic system for management of 5+ player games. Provides extra kits, items, and more",
|
||||||
version = PLUGIN_VERSION,
|
version = PLUGIN_VERSION,
|
||||||
|
|
|
@ -41,9 +41,9 @@ char g_currentMap[64];
|
||||||
#include <hats/hat_presets.sp>
|
#include <hats/hat_presets.sp>
|
||||||
|
|
||||||
public Plugin myinfo = {
|
public Plugin myinfo = {
|
||||||
name = "L4D2 Hats & Editor",
|
name = "L4D2 Hats",
|
||||||
author = "jackzmc",
|
author = "jackzmc",
|
||||||
description = "",
|
description = "Hat props and cause problems",
|
||||||
version = PLUGIN_VERSION,
|
version = PLUGIN_VERSION,
|
||||||
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue