Распаковываем в /cstrike содержимое папки Если к плагину есть Квары (Cvars) то их можно будет прописать в файле sourcemod.cfg .
Команды админа, в консоли прописывать
* sm_fireworks Sets fireworks off at random points on map. * sm_fireworks_cancel Cancels the on going fireworks. * sm_fireworks_sound Toggles the sound of the explosions off and on.
Квары sourcemod.cfg
* sm_fireworks_noise 1 This sets whether your fireworks makes noise. * * sm_fireworks_roundend 1 -- 0 = no fireworks display at round end in CS:S. * -- 1 = fireworks at round end. * * sm_fireworks_field_size 1 How large the fireworks field size is, * 1 small/2 average/3 big * * sm_fireworks_low_ceiling 1 Low ceiling map such as standard maps like de_dust, we put 1, * big huge maps with a high ceiling, we put 0.
|