Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze
This commit is contained in:
commit
d0601ab994
@ -32,6 +32,11 @@ public void OnPluginStart()
|
|||||||
GetConVars();
|
GetConVars();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void OnPluginEnd()
|
||||||
|
{
|
||||||
|
RemoveMultiTargetFilter("@newplayer", Filter_NewPlayers);
|
||||||
|
}
|
||||||
|
|
||||||
public void GetConVars()
|
public void GetConVars()
|
||||||
{
|
{
|
||||||
if(g_cvServerType.IntValue == 1)
|
if(g_cvServerType.IntValue == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user