playback_event | engine | AMX X Documentation

Инклуды

    1. Стоки
    1. Нативы
    2. Форварды
    1. Нативы
    2. Стоки
    1. Нативы
    2. Стоки
    1. Нативы
    1. Нативы
    2. Стоки
    1. Нативы
    1. Нативы
    2. Форварды
    3. Стоки
    1. Нативы
    2. Форварды
    1. Нативы
    1. Нативы
    1. Нативы
    2. Стоки
    1. Нативы
    2. Форварды
    1. Нативы
    1. Нативы
    2. Форварды
    1. Нативы
    2. Форварды
    1. Стоки
    1. Нативы
    1. Нативы
    2. Стоки
    1. Стоки
    1. Стоки
    1. Нативы
    1. Нативы
    2. Форварды
    3. Стоки
    1. Нативы
    1. Нативы
    1. Нативы
    1. Нативы
    2. Стоки
    1. Нативы
    1. Нативы
    1. Стоки
    1. Нативы
    1. Нативы
    1. Нативы
    2. Форварды
    1. Нативы
    1. Нативы
    1. Нативы
    2. Форварды
    1. Нативы
    1. Нативы
    1. Нативы
    1. Нативы
    1. Нативы
    2. Форварды
    1. Нативы
    2. Стоки
    1. Нативы
    1. Нативы
    1. Нативы
    2. Стоки
    1. Нативы
    2. Стоки
    1. Стоки
    1. Нативы
    1. Нативы
    1. Нативы
    1. Нативы
    2. Форварды
    3. Стоки
    1. Стоки
    1. Нативы
    2. Форварды
    3. Стоки
    1. Нативы
    1. Нативы
    2. Форварды
    3. Стоки
    1. Нативы
    1. Нативы
    2. Стоки
    1. Стоки

playback_event

Синтаксис
									native playback_event(flags, invoker, eventindex, Float:delay, const Float:origin[3], const Float:angles[3], Float:fparam1, Float:fparam2, iparam1, iparam2, bparam1, bparam2);
								
Переменная Описание
flags
Event flags
invoker
Index of entity to invoke event on
eventindex
Index of event in the precache table
delay
Time until the event is played
origin
Origin to play event from
angles
Angles to play event with
fparam1
Float parameter 1 to pass along into/with the event
fparam2
Float parameter 2 to pass along into/with the event
iparam1
Integer parameter 1 to pass along into/with the event
iparam2
Integer parameter 2 to pass along into/with the event
bparam1
Boolean parameter 1 to pass along into/with the event
bparam2
Boolean parameter 2 to pass along into/with the event

Описание
Plays back an event on the client. Most prominently used for gun firing animations.

Пометка
Event indexes can be acquired using precache_event() with the sc dummy
files in the events folder.

Возвращает
Функция ничего не возвращает
Сверху Снизу