FullUpdate & ThirdPerson minor changes.
This commit is contained in:
parent
1b352b587f
commit
4d9e016e92
@ -18,10 +18,10 @@ public Plugin myinfo =
|
|||||||
|
|
||||||
public void OnPluginStart()
|
public void OnPluginStart()
|
||||||
{
|
{
|
||||||
Handle hGameConf = LoadGameConfigFile("FullUpdate2.games");
|
Handle hGameConf = LoadGameConfigFile("FullUpdate.games");
|
||||||
if(hGameConf == INVALID_HANDLE)
|
if(hGameConf == INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
SetFailState("Couldn't load FullUpdate2.games game config!");
|
SetFailState("Couldn't load FullUpdate.games game config!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ enum Obs_Mode
|
|||||||
|
|
||||||
public Plugin myinfo =
|
public Plugin myinfo =
|
||||||
{
|
{
|
||||||
name = "FullUpdate",
|
name = "ThirdPerson",
|
||||||
author = "BotoX",
|
author = "BotoX",
|
||||||
description = "Serverside cl_fullupdate",
|
description = "Shitty thirdperson.",
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user