fm_kill_entity
- Синтаксис
-
stock fm_kill_entity(index) { set_pev(index, pev_flags, pev(index, pev_flags) | FL_KILLME); return 1; }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function has no description.
stock fm_kill_entity(index) {
set_pev(index, pev_flags, pev(index, pev_flags) | FL_KILLME);
return 1;
}
Переменная | Описание |
---|---|
Нет агрументов |