native

ns_set_speedchange

Syntax

native ns_set_speedchange(id, speedchange=0);

Description

Set this to modify the player's speed by a certain amount.

Parameters

id The player id to change.
speedchange The speed to modify the player speed by. Set to 0 to revert to default speed.

Note

The speed does not revert on death, teamswitch, gestation, etc.

Return

This function has no return value.