View Single Post
MPQC
SourceMod Donor
Join Date: Dec 2011
Old 09-29-2012 , 00:52   Re: [CSS] Draw My ???
Reply With Quote #2

Making a map for Draw My ???

Making a map is very simple. The only thing that is a necessity is some kind of screen to draw on, preferably black, which is the easiest screen color to draw on. The screen should be some type of block entity (such as func_breakable) so that sprays cannot be sprayed onto the screen.

Optional entities: All entities must be of the type "info_teleport_destination". To create them, simply name them one of the following:

black - Changes the default pen color to black

teleportguesser and teleportdrawer - Both must be placed if you wish to use this feature. Having each of these will teleport their respective person to that teleporter at the beginning of each round. For example, the drawer will be teleporter to teleportdrawer, and all the guessers will be teleported to teleportguesser.

As a side note, it is recommended that any map maker should make sure people do not spawn with any guns. It's fine to spawn with or without a knife, but players should not be spawning with guns -> they can shoot each other which screws up their screen.

Lastly, all spawns should be all on the same team. It doesn't matter whether it's CT, or T, as long as they're all the same.
MPQC is offline