ze_set_zombie_speed

Syntax

native ze_set_zombie_speed(id, iSpeed);

Usage

id
Client index.
iSpeed
Speed to set this zombie to.

Description

Description:     Set this zombie speed to custom value.

Return

true  | If set successfully
false | If this player not connected

Error

If player not connected.

Note

This native will set custom speed for this zombie
and will not use value defined in ze_zombie_speed cvar
This is limited by sv_maxspeed cvar.
This will throw error in case of invalid player.