Itemspawn: improved jumper
This commit is contained in:
parent
2d355a2ac5
commit
4f8ed20cc1
@ -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);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user