Began adding cvar descriptions, recoded logging module, fixed zmenu display bug, removed include line for anticamp until recoded.

This commit is contained in:
Greyscale
2009-05-14 09:32:01 +02:00
parent ef5dd66890
commit 055e89d64a
29 changed files with 588 additions and 811 deletions

View File

@ -180,7 +180,7 @@ InfectOnClientDisconnect(client)
InfectClient(randclient);
// Tell client they have been randomly been chosen to replace disconnecting zombie.
ZR_PrintToChat(randclient, "Infect disconnect");
TranslationPrintToChat(randclient, "Infect disconnect");
// Destroy handle.
CloseHandle(arrayEligibleClients);
@ -569,7 +569,7 @@ InfectClient(client, attacker = -1, bool:motherinfect = false)
SetGlobalTransTarget(client);
// Print message to client.
ZR_PrintToChat(client, "Infect infected");
TranslationPrintToChat(client, "Infect infected");
// Forward event to modules.
ClassOnClientInfected(client, motherinfect);