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

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Gixxer
Forum: Metamod:Source Plugins 12-05-2009, 16:17
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Here's the code to remove medpacks from Tent


;;Destroy Medpacks Tent
modify:
{
match:
{
"origin" "-8552 -3432 -240"
"targetname" "weapon_item_spawn"
Forum: Metamod:Source Plugins 12-05-2009, 16:12
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Here's the code to create 2 pills, 2 adrens 100% of the time in the CEDA van.


;;Create Pills/Adren From Medpacks
modify:
{
match:
{
"origin" "-9746.35 -6001.04 -178"...
Forum: Metamod:Source Plugins 12-05-2009, 14:41
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Crap, after running some tests I think itemx can be a different item for different weapon_item_spawns.

I used this code
;;remove medpack
modify:
{
insert:
{
"item4" "1"
}
Forum: Metamod:Source Plugins 12-04-2009, 23:21
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Unfortuantly, if the director converted those packs into pills I wouldn't even need Stripper. The director, nor Stripper are able to remove those medpacks.
Forum: Metamod:Source Plugins 12-04-2009, 04:28
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Cool, I seem to have everything figured out.

Except for... Those extra medkits, even by filtering weapon_first_aid_kit_spawn, I still get a some medkits to spawn. If anyone can figure out how...
Forum: Metamod:Source Plugins 12-03-2009, 16:52
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Forum: Metamod:Source Plugins 12-03-2009, 16:01
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Gun doesn't spawn with spawnflags 2 or 3, but will with one... But again, only one gun spawns.
Forum: Metamod:Source Plugins 12-02-2009, 19:15
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Damn, it keeps only spawning 1 gun, using that exact code.
Forum: Metamod:Source Plugins 12-01-2009, 19:23
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

Does anyone know how to spawn multiple instances of a single item in the exact same location?

So far, I'm doing this but I can only pick the weapon up once.


{
add:
{
"origin" "10712.846680...
Forum: Metamod:Source Plugins 12-01-2009, 16:43
Replies: 1,843
Views: 1,282,235
Posted By Gixxer
Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)

I tried this into my global.cfg

;;Replace all kits with pills
modify:
{
match:
{
"classname" "weapon_first_aid_kit_spawn"
}
replace:
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 19:33.


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