Raised This Month: $51 Target: $400
 12% 

[L4D2] Spawn tank with stripper


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rtokuda
Senior Member
Join Date: Dec 2019
Old 08-30-2020 , 18:44   [L4D2] Spawn tank with stripper
Reply With Quote #1

Can someone explain to me what syntax I can use with stripper to spawn 10 tanks on the c13m4_cutthroatcreek map?
rtokuda is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 08-31-2020 , 00:20   Re: [L4D2] Spawn tank with stripper
Reply With Quote #2

This is a snippet from promod

Code:
modify:
{
	match:
	{
		"targetname" "button_elev_3rdfloor"
	}
	insert:
	{
		"OnPressed" "promod_tank,SpawnZombie,,29,-1"
	}
}
add:
{
	"targetname" "promod_tank"
	"origin" "-2141 -4836 545"
	"population" "tank"
	"offer_tank" "1"
	"angles" "0 0 0"
	"classname" "info_zombie_spawn"
}
__________________

Last edited by Marttt; 08-31-2020 at 00:21.
Marttt is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode