Skip to content

Instantly share code, notes, and snippets.

View krisives's full-sized avatar
🤣

Kristopher Ives krisives

🤣
  • United States
View GitHub Profile
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
/*
**
** Server Hop (c) 2009, 2010 [GRAVE] rig0r
** www.gravedigger-company.nl
**
*/
#include <sourcemod>
#include <socket>
public class Ability {
protected String name;
protected int level;
public Ability(String name) {
this.name = name;
}
public void levelUp() {
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "128"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "0"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.IO;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Imaging;
using System.IO;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Imaging;
using System.IO;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Imaging;
using System.IO;
$ grep brickley cred
104562390-|--|-kennethbrickley@gmail.com-|-icfEWY/u1j4=-|-costello|--
116064511-|--|-p.brickley@hotmail.fr-|-WgDwwGWAN13RuloffBd9Gg==-|-|--
102900607-|--|-bobbrickley@hotmail.com-|-CwNOjU9z8TQ=-|-usual|--
103185823-|--|-susan.brickley@cox.net-|-zBNJlzGsH/4=-|-|--
100183957-|--|-janebrickley@gmail.com-|-Cvt9ZvEr+VDioxG6CatHBw==-|-Password|--
113073781-|--|-thebrickleys@gmail.com-|-s3giGffziHfioxG6CatHBw==-|-EGB|--
116816426-|--|-ekernan@brickleysears.com-|-SQAFg0e01TfioxG6CatHBw==-|-|--
85650571-|--|-steve.brickley@comcast.net-|-OcpOWuCQvMslHanv8qpkRg==-|-namezip|--
public function getPDO() {
if (isset($this->pdo)) {
return $this->pdo;
}
$this->pdo = new PDO(
"mysql:dbname=mtg",
'root',
''