Skip to content

Instantly share code, notes, and snippets.

#include <sourcemod>
#include <cstrike>
#include <mystocks>
#include <warden>
#pragma newdecls required
#pragma semicolon 1
@Include5
Include5 / MyJailbreak.Ratio.phrases.txt
Created January 12, 2017 11:49
shortened version of ratio
// Exported from SourceMod Translator
// Date: 2017-01-09 19:41:26 UTC
// Language: Russian (ru)
//
// To view other translations for this plugin, please visit:
// http://translator.mitchdempsey.com/sourcemod_plugins/201
//
"Phrases"
{
@Include5
Include5 / errors
Created September 3, 2016 08:37
errors_20160902.log
L 09/02/2016 - 20:14:08: SourceMod error session started
L 09/02/2016 - 20:14:08: Info (map "jb_millennium_lega") (file "errors_20160902.log")
L 09/02/2016 - 20:14:08: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 09/02/2016 - 20:14:08: [SM] Blaming: MyJailbreak/menu.smx()
L 09/02/2016 - 20:14:08: [SM] Call stack trace:
L 09/02/2016 - 20:14:08: [SM] [0] ConVar.BoolValue.get
L 09/02/2016 - 20:14:08: [SM] [1] Line 606, MyJailbreak/menu.sp::Command_OpenMenu()
L 09/02/2016 - 20:14:08: [SM] [2] Line 1074, MyJailbreak/menu.sp::JBMenuHandler()
L 09/02/2016 - 20:14:12: [SM] Exception reported: Language phrase "tags_D" not found
L 09/02/2016 - 20:14:12: [SM] Blaming: MyJailbreak/playertags.smx()
@joepie91
joepie91 / vpn.md
Last active May 28, 2024 18:04
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@roflmuffin
roflmuffin / timeleft.sp
Last active September 12, 2016 20:54
Block command if time left in round is less than 5 seconds. (Sourcemod, CSGO)
#include <sdktools>
#pragma newdecls required
#pragma semicolon 1
#include <sourcemod>
int g_roundStartedTime = -1;
public void OnPluginStart()
@IT07
IT07 / Server_WelcomeCredits
Last active July 6, 2016 18:32
[GitHub] DayZ Server Credits by IT07
// FILENAME: server_WelcomeCredits.sqf
// =====
// SCRIPT NAME: Server Intro Credits Script by IT07
// SCRIPT VERSION: v1.3.7 BETA
// Credits for original script: Bohemia Interactive http://bistudio.com
// ========== SCRIPT CONFIG ============
_onScreenTime = 6; //how long one role should stay on screen. Use value from 0 to 10 where 0 is almost instant transition to next role
//NOTE: Above value is not in seconds. It is percentage. Default: 6