Черная вдова
Участник
- Сообщения
- 2,795
- Реакции
- 670
env_embers - Valve Developer Community
env_funnel - Valve Developer Community
не получается соспавнить никак, просто не видно эффекта, не 1 не 2
CS:GO
env_funnel - Valve Developer Community
не получается соспавнить никак, просто не видно эффекта, не 1 не 2
CS:GO
C-подобный:
new flame = CreateEntityByName("env_embers");
//DispatchKeyValue(flame,"Type", "1");
DispatchKeyValue(flame,"density", "15");
DispatchKeyValue(flame,"lifetime", "1");
DispatchKeyValue(flame,"Speed", "40");
DispatchKeyValue(flame,"RenderColor", "25 255 25");
new Float:position[3];
GetClientAbsOrigin(client, position);
TeleportEntity(flame, position, NULL_VECTOR, NULL_VECTOR);
DispatchSpawn(flame);
AcceptEntityInput(flame, "TurnOn");