http://mail.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/tf2srv/index.html
*
*/
#pragma semicolon 1
#include
// Global Definitions
#define PLUGIN_VERSION "1.0.0"
new Handle:cvarAmount;
public Plugin:myinfo =
{
name = "MaxHealth Changer",
author = "bl4nk",
description = "Change the max health of players at spawn",
version = PLUGIN_VERSION,
url = "http://forums.alliedmods.net"
};
public OnPluginStart()
{
CreateConVar("sm_maxhealthchanger_version", PLUGIN_VERSION, "MaxHealth Changer Version");
cvarAmount =...