Itemspawn: improved jumper

This commit is contained in:
neon 2018-08-14 19:03:43 +02:00
parent 2d355a2ac5
commit 4f8ed20cc1

View File

@ -129,8 +129,10 @@ public void SpawnJumper(float fOrigin[3])
public void JumperPickup(const char[] output, int caller, int activator, float delay)
{
ServerCommand("say ** %N has picked up Jumper **", activator);
PrintToChat(activator, "RIGHT CLICK = Jump Boost");
if(ZR_IsClientHuman(activator))
CreateTimer(2.0, EquipWeapons, GetClientUserId(activator), TIMER_FLAG_NO_MAPCHANGE);
}
//----------------------------------------------------------------------------------------------------