Lots of small fixes/improvements

This commit is contained in:
BotoX
2017-05-20 05:08:31 +02:00
parent 3912295377
commit 371d1ce242
10 changed files with 40 additions and 76 deletions
@@ -1,14 +0,0 @@
"Games"
{
"cstrike"
{
"Offsets"
{
"AcceptInput"
{
"windows" "36"
"linux" "37"
}
}
}
}
@@ -50,10 +50,10 @@ public Plugin myinfo =
public void OnPluginStart()
{
Handle hGameConf = LoadGameConfigFile("PointServerCommandFilter.games");
Handle hGameConf = LoadGameConfigFile("sdktools.games");
if(hGameConf == INVALID_HANDLE)
{
SetFailState("Couldn't load PointServerCommandFilter.games game config!");
SetFailState("Couldn't load sdktools game config!");
return;
}