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); } }