PDA

View Full Version : (Request) Class spawn.


DudeWheresMyMedic
02-14-2010, 11:35 PM
wanted to know if there was a way to make info_ff_teamspawn spawn a single class. I know how to do O-class and D-class but I just want to make one class spawn in different areas.

http://www.privatepaste.com/3a51f2986d

Dr.Satan
02-15-2010, 07:06 AM
yeah, just stop at whatever class you want. So like if you wanted it to be scout it should look like this:

http://dctrs8tn.privatepaste.com/7ff132007a

I've not tested that, but it should work...if not lemme know. Also just replace "Player.kScout" with whatever class you want.

e.g. medic = Player.kMedic / spy = Player.kSpy / etc.

DudeWheresMyMedic
02-15-2010, 07:21 AM
Thanks.