remove chat log
This commit is contained in:
parent
5e00840ec6
commit
2eff004f4f
@ -232,7 +232,7 @@ public Action EventHook_PlayerSpawnPost(Handle hTimer, int serial)
|
|||||||
int ent = GivePlayerItem(client, "weapon_smokegrenade");
|
int ent = GivePlayerItem(client, "weapon_smokegrenade");
|
||||||
EquipPlayerWeapon(client, ent);
|
EquipPlayerWeapon(client, ent);
|
||||||
|
|
||||||
PrintToChatAll("1. %N gets %d", client, ent);
|
//PrintToChatAll("1. %N gets %d", client, ent);
|
||||||
|
|
||||||
char sHumanClassName[64];
|
char sHumanClassName[64];
|
||||||
ZRT_GetClientClassSectionName(client, sHumanClassName, sizeof(sHumanClassName));
|
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
|
ent = GivePlayerItem(client, "weapon_smokegrenade"); // needs ammo_smokegrenade_max 2
|
||||||
EquipPlayerWeapon(client, ent);
|
EquipPlayerWeapon(client, ent);
|
||||||
PrintToChatAll("2. %N gets %d", client, ent);
|
// PrintToChatAll("2. %N gets %d", client, ent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user