This commit is contained in:
neon 2018-08-12 18:37:43 +02:00
parent ebdc21711d
commit b582bfcf8a

View File

@ -575,7 +575,7 @@ public void SpawnWhiteKnight(float fOrigin[3])
public void WhiteKnightPickup(const char[] output, int caller, int activator, float delay)
{
ServerCommand("say ** %N has picked up the White Knight **", activator);
PrintToChat(activator, " LEFT CLICK = ATTACK and RIGHT CLICK = SHIELD.");
PrintToChat(activator, " LEFT CLICK = ATTACK and RIGHT CLICK = SHIELD.");
CreateTimer(2.0, EquipWeapons, GetClientUserId(activator), TIMER_FLAG_NO_MAPCHANGE);
}