View Single Post
lake393
AlliedModders Donor
Join Date: Oct 2008
Old 08-27-2009 , 04:29   Re: Spawn Point Question
Reply With Quote #8

Hello, sorry for the necropost, but I am attempting to do this same thing with stripper.

I have created a file called addons/stripper/maps/de_dust2.cfg

I wanted to create two T and two CT spawnpoints as a test, so the following is the contents of the file:
Code:
add:
{
"classname" "info_player_terrorist"
"origin" "-1568 -96 32"
"angles" "0 90 0"
}
add:
{
"classname" "info_player_terrorist"
"origin" "352 416 32"
"angles" "0 180 0"
}
add:
{
"classname" "(info_player_counterterrorist)"
"origin" "-32 2016 -96"
"angles" "0 90 0"
}
add:
{
"classname" "(info_player_counterterrorist)"
"origin" "-64 2272 -96"
"angles" "0 270 0"
}
Unfortunately, it crashes the server when the map changes to de_dust2? Does anyone know why this is happening?

Thank you

EDIT: Nevermind. I guess I am blind. The problem was I had parentheses around info_player_counterterrorist from a bad copy/paste job. Sorry for the bump.

Last edited by lake393; 08-27-2009 at 04:43.
lake393 is offline