nomy

CS:GO Server Block Report

Jun 12th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. }
Add Comment
Please, Sign In to add comment