I'm making a gamemode - and without giving too much away, I want to know if it's possible to edit minor things (like what percentage of people are on each team, to what "classes" can spawn) based on which maps being played. Example: on gm_construct only snipers can spawn on team 1, which is 75% of the population, and only infantry on team 2, which is 25% of the population.
Pretty simple, and I don't need to know how to do it, I'm just asking if it's POSSIBLE.
Secondly, I wanted to know if it's possible to make a trigger_hurt target only a specific class. (IE the snipers but not the infantry)
That's all, thanks!
[QUOTE=SunkenBoat;23344992]I'm making a gamemode - and without giving too much away, I want to know if it's possible to edit minor things (like what percentage of people are on each team, to what "classes" can spawn) based on which maps being played. Example: on gm_construct only snipers can spawn on team 1, which is 75% of the population, and only infantry on team 2, which is 25% of the population.
Pretty simple, and I don't need to know how to do it, I'm just asking if it's POSSIBLE.
Secondly, I wanted to know if it's possible to make a trigger_hurt target only a specific class. (IE the snipers but not the infantry)
That's all, thanks![/QUOTE]
Question 1 would be possible as Trouble in Terrorist Town sets spawn points and weapons per each map. You would also be able to limit the population.
Question 2 im not really sure.
Question 2 is possible too using a damage hook.
Thanks both of you. :)
Sorry, you need to Log In to post a reply to this thread.