Game_Score

Game_Score

Re: Game_Score Posted by David from IKG on Fri May 13th 2005 at 11:22pm
David from IKG
60 posts
Posted 2005-05-13 11:22pm
60 posts 6 snarkmarks Registered: Jan 16th 2005
I want to make a certain part on a level for HL2DM where if you walk through it, your score gets raised 1 point. I have been messing around with it for an hour and still cant get it to work. I tried setting up a trigger_multiple to set it off, and that didn't work either. Please help. Thanks.
Re: Game_Score Posted by omegaslayer on Sat May 14th 2005 at 3:34am
omegaslayer
2481 posts
Posted 2005-05-14 3:34am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
Dont really know how it might work (Ive never use score ent) but I do
know the target !activator targets the person who went through the
trigger.
Re: Game_Score Posted by jman on Mon May 16th 2005 at 11:40am
jman
40 posts
Posted 2005-05-16 11:40am
jman
member
40 posts 4 snarkmarks Registered: Feb 17th 2005
trigger_multiple/trigger_once, set them up, and set up game_score with points + 1, make it so on trigger (name of your game_score) applyscore
Re: Game_Score Posted by David from IKG on Mon May 16th 2005 at 9:01pm
David from IKG
60 posts
Posted 2005-05-16 9:01pm
60 posts 6 snarkmarks Registered: Jan 16th 2005
yeah. thats exactly what i did. nothing happens when i run into the invisible trigger though...
Re: Game_Score Posted by Leperous on Mon May 16th 2005 at 9:21pm
Leperous
3382 posts
Posted 2005-05-16 9:21pm
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
What outputs on the trigger do you have currently?
Re: Game_Score Posted by jman on Tue May 17th 2005 at 9:24pm
jman
40 posts
Posted 2005-05-17 9:24pm
jman
member
40 posts 4 snarkmarks Registered: Feb 17th 2005
maybe you set it to team points?
Re: Game_Score Posted by poisonic on Sun Feb 26th 2006 at 1:32pm
poisonic
78 posts
Posted 2006-02-26 1:32pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
did you use the folowing server commands?

MP_TEAMPLAY 1
MP_TEAMLIST 1
and reloaded you map from console?

and did you use team filters? to let he filter see wich team walks thru the filter?