[CS:GO] Molotov rain

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Molotov rain

Post by Andreeas »

This is my first plugin for Sourcemod. It's for Hunger Games mod in CS:GO.
Every round there's an event that happens to one of the tributes. On the server I play on it's only blue ION beam and I played once on another server where there was molotov rain. I couldn't find the plugin so I wrote my own. I tried to make it as adjustable as possible. Any suggestions and error reports welcome.

Originator of the first molotov rain plugin is zipcore.

ConVars:
sm_molotovnumber "Set number of molotovs falling from the sky." def. 15 min 1 max 30
sm_molotovgravity "Set the gravity of molotovs." def. 100 min 1 max 1000
sm_molotovheight "Set the height from which molotovs will fall." def. 400 min 100 max 1000
sm_molotovinterval "Set the interval between falling molotovs." def. 1.0 min 0.0 max 10.0
sm_molotovtimerstart "Set the minimal time after which the molotovs will fall." def. 90 min 30
sm_molotovtimerend "Set the minimal time before the end of the round before which the molotovs will fall." def. 30 min 0
sm_molotovradius "Set the radius of falling molotovs." def. 200.0 min 0.0 max 500.0
sm_molotovenable "Enable / disable the plugin." def. 1 min 0.0 max 1.0
sm_molotovstart "Start the molotov rain."


Download
Source
Post Reply

Return to “Gameplay”