removed autismbots again
This commit is contained in:
parent
d35258404d
commit
ff34a79347
@ -284,7 +284,7 @@ public Action RandomizeNames(Handle timer)
|
|||||||
ArrayList hClanNames = g_hClanNames.Clone();
|
ArrayList hClanNames = g_hClanNames.Clone();
|
||||||
for(int i = 1; i <= MaxClients; i++)
|
for(int i = 1; i <= MaxClients; i++)
|
||||||
{
|
{
|
||||||
if(g_bFakePopulation[i] || (IsClientConnected(i) && IsClientInGame(i) && IsClientAuthorized(i) && IsClientAutismBot(i)))
|
if(g_bFakePopulation[i])
|
||||||
{
|
{
|
||||||
int iRand = GetRandomInt(0, hNames.Length - 1);
|
int iRand = GetRandomInt(0, hNames.Length - 1);
|
||||||
char sName[MAX_NAME_LENGTH];
|
char sName[MAX_NAME_LENGTH];
|
||||||
@ -340,7 +340,7 @@ public Action UserMessage_SayText2(UserMsg msg_id, BfRead msg, const int[] playe
|
|||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(g_bFakePopulation[client] || (IsClientConnected(client) && IsClientInGame(client) && IsClientAutismBot(client)))
|
if(g_bFakePopulation[client])
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
|
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user