remove chat log

This commit is contained in:
DoganGFL 2018-08-11 01:31:05 +02:00
parent 5e00840ec6
commit 2eff004f4f

View File

@ -232,7 +232,7 @@ public Action EventHook_PlayerSpawnPost(Handle hTimer, int serial)
int ent = GivePlayerItem(client, "weapon_smokegrenade");
EquipPlayerWeapon(client, ent);
PrintToChatAll("1. %N gets %d", client, ent);
//PrintToChatAll("1. %N gets %d", client, ent);
char sHumanClassName[64];
ZRT_GetClientClassSectionName(client, sHumanClassName, sizeof(sHumanClassName));
@ -240,7 +240,7 @@ public Action EventHook_PlayerSpawnPost(Handle hTimer, int serial)
{
ent = GivePlayerItem(client, "weapon_smokegrenade"); // needs ammo_smokegrenade_max 2
EquipPlayerWeapon(client, ent);
PrintToChatAll("2. %N gets %d", client, ent);
// PrintToChatAll("2. %N gets %d", client, ent);
}
}