SRCDS Steam group


Script Question
#1
On a server that i want to be nocrits, how could one script it so that crits turn on at the end of the round? i think the script would be like this:
on round end tf_weapon_criticals 1
on round beginning tf_weapon_criticals 0
but im sure thats not in the right syntax, or if the even names are even correct
Reply
#2
Not sure if Eventscript supports Team Fortress 2.

If so, use this:

Code:
round_start
{
       tf_weapon_criticals 0
}

round_end
{
       tf_weapon_criticals 1
}
Reply
#3
where would i put that
and thanks
Reply
#4
Copy paste it into a .txt file.

Call the txt file weapon.txt

Add it in addons/eventscripts/weapon

If the weapon folder aren't there, create it.


Then load it with es_load weapons in your server.cfg file.
Reply
#5
Crits automatically turn on when the round ends...
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)