View difference between Paste ID: 7k6gutu6 and LwuZ45Nv
SHOW: | | - or go back to the newest paste.
1
#include <sdktools>
2
3
public Plugin myinfo = 
4
{
5
	name = "Block Report", 
6
	author = "SM9", 
7
	version = "0.1", 
8
};
9
10
public void OnConfigsExecuted() {
11
	GameRules_SetProp("m_bIsValveDS", 1);
12
	GameRules_SetProp("m_bIsQuestEligible", 1);
13
}