i was wondering if there is any script that makes V.I.P and hostages spawn at Team Deathmatch Mode because i want to use them for better Mode in cs2d.if you can help, please help.
Scripts
Team Deathmatch VIP - Hostages
Team Deathmatch VIP - Hostages
1

i was wondering if there is any script that makes V.I.P and hostages spawn at Team Deathmatch Mode because i want to use them for better Mode in cs2d.
die
spawnplayer--untested
addhook("die","OnKill")
function OnKill(vic,kil)
	parse ("spawnplayer "..vic.." " 3000 3000")
end
Cure Pikachu:
mp_roundtime can be set to 100 (unlimited).
1
