From 2eff004f4f1551617dc60d48bb05b87e7fbc09ef Mon Sep 17 00:00:00 2001 From: DoganGFL Date: Sat, 11 Aug 2018 01:31:05 +0200 Subject: [PATCH] remove chat log --- FunMode/scripting/FunMode.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FunMode/scripting/FunMode.sp b/FunMode/scripting/FunMode.sp index 4d7c812a..eb70e0d1 100644 --- a/FunMode/scripting/FunMode.sp +++ b/FunMode/scripting/FunMode.sp @@ -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); } }