I hereby claim:
- I am spaenny on github.
- I am spaenny (https://keybase.io/spaenny) on keybase.
- I have a public key ASAf9G9r3tdy1BFr38O52Da5AoGMjgtxeTidxuCcDO6ODAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <sdkhooks> | |
| #pragma semicolon 1 | |
| #pragma newdecls required | |
| public Plugin myinfo = { | |
| name = "Fizzle Stickybombs", | |
| author = "http://teamfortress.tv/user/epi", | |
| description = "Fizzle stickybombs after a delay.", | |
| version = "0.1", |
| /* | |
| Author: SpennyTF | |
| How to install: | |
| Just put the file under | |
| %appdata%/Mozilla/Firefox/Profiles/<YOURPROFILE>/chrome/userContent.css | |
| You might have to create the chrome folder. | |
| */ | |
| @-moz-document url("about:blank") { |
| if SERVER then | |
| util.AddNetworkString( "Achievement" ) | |
| util.AddNetworkString( "OwnAchievement" ) | |
| hook.Add( "PlayerInitialSpawn", " Crating Achievement fep", function( ply ) | |
| if file.Exists( "achievementspe/"..ply:SteamID64()..".txt", "DATA" ) == true then | |
| ply.achievements = util.JSONToTable( file.Read( "achievementspe/"..ply:SteamID64()..".txt" ) ) | |
| else | |
| ply.achievements = ply.achievements or {} | |
| ply.achievements.hello = 0 |