enable sm_setfakes
This commit is contained in:
parent
84bf51a6d5
commit
69f2867c95
@ -34,7 +34,7 @@ public Plugin myinfo =
|
||||
public void OnPluginStart()
|
||||
{
|
||||
RegAdminCmd("sm_debugfakes", Command_DebugFakes, ADMFLAG_RCON, "");
|
||||
//RegAdminCmd("sm_setfakes", Command_SetFakes, ADMFLAG_RCON, "");
|
||||
RegAdminCmd("sm_setfakes", Command_SetFakes, ADMFLAG_RCON, "");
|
||||
|
||||
g_iAdminFakes = -1;
|
||||
g_bMapEnded = false;
|
||||
@ -115,7 +115,7 @@ public Action Command_DebugFakes(int client, int argc)
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
/*public Action Command_SetFakes(int client, int argc)
|
||||
public Action Command_SetFakes(int client, int argc)
|
||||
{
|
||||
if (argc < 1)
|
||||
{
|
||||
@ -135,7 +135,7 @@ public Action Command_DebugFakes(int client, int argc)
|
||||
ReplyToCommand(client, "[SM] You set the amount of Fake Players to %d.", g_iAdminFakes);
|
||||
CheckPopulation();
|
||||
return Plugin_Handled;
|
||||
}*/
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
|
Loading…
Reference in New Issue
Block a user