Author Topic: *I need help with a tdm*  (Read 649 times)

I was on this one zombie server. You could press these bricks for weapons if you had enough score to get them. I would like to know how to do this for my tdm. Thanks!

wrong place to put this topic into and go learn VCE. I don't have time to help with that kind of stuff. Just mess around with events-like I did. Thats how I roll....

Try doing this in VCE. Make a check for a player's score, onActivate (Or whatever you want) - self - VCE_ifValue [<var:client:score>] [>=] [Whatever score you want].
Then put the onvariabletrue - player - additem (Or what you want to happen).

Note : >= means "Greater than or equal to."