View Single Post
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 06-15-2014 , 13:27   Re: [CS:GO] Deathmatch Goes Advanced (v0.11.5, 2014-06-12)
Reply With Quote #522

What kind of spawnmode is there in this plugin? In Deathmatch 1.5.5 there is "line of sight spawning" that allows you not to spawn infront of enemies.

Quote:
// Enable line of sight spawning. If enabled, players will be spawned at
// a point where they cannot see enemies, and enemies cannot see them.
// --
// Default: yes
"line_of_sight_spawning" "yes"

// Maximum number of attempts to find a suitable line of sight spawn
// point.
// --
// Default: 10
"line_of_sight_attempts" "10"

// Minimum distance from enemies at which a player can spawn.
// --
// Default: 0.0
"spawn_distance_from_enemies" "200.0"
Ejziponken is offline