set_pev
Fakemeta (fakemeta.inc)
Description
set_pev - Sets edict data on an entity.
Syntax
set_pev ( index, value, [ ... ] )
Type
Native
Notes
index is the numerical index of the entity.
value is the edict section to set data on. View fakemeta_const.inc to see the list of Pev_* types to use.

The third parameter can be a string, float, or number.