ooops
This commit is contained in:
parent
ebdc21711d
commit
b582bfcf8a
@ -575,7 +575,7 @@ public void SpawnWhiteKnight(float fOrigin[3])
|
|||||||
public void WhiteKnightPickup(const char[] output, int caller, int activator, float delay)
|
public void WhiteKnightPickup(const char[] output, int caller, int activator, float delay)
|
||||||
{
|
{
|
||||||
ServerCommand("say ** %N has picked up the White Knight **", activator);
|
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);
|
CreateTimer(2.0, EquipWeapons, GetClientUserId(activator), TIMER_FLAG_NO_MAPCHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user