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

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 02-06-2011 , 08:55   Re: Stripper:Source (Mac support added)
Reply With Quote #801

Quote:
Originally Posted by daveyboye View Post
Where is the support for this addon?
Maybe you should ask for your money back?

Also, Stripper itself can't exactly break, so it's obviously an issue with how you have configured it.
__________________
asherkin is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 02-06-2011 , 13:02   Re: Stripper:Source (Mac support added)
Reply With Quote #802

Well, I did actually donate $100 about a year and a half ago to alliedmodders..which goes to Bailopan.

Any why a post like that? It does not help anyway beside incite negative responses? Don't troll. My stripper was configured the same way for a long time, before and after the OB update. Did you actually read through my config to actually see if there was a problem? Or did you simply just troll?
daveyboye is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 02-07-2011 , 10:15   Re: Stripper:Source (Mac support added)
Reply With Quote #803

Strip down your configuration to just a few entities and start adding entities back until you find the problem. As asherkin stated, this plugin doesn't really have the power to break anything unless it's at the user's end. You can try running another dump once your server starts to lag to see if anything is piling up.
__________________
thetwistedpanda is offline
BAILOPAN
Join Date: Jan 2004
Old 02-08-2011 , 03:18   Re: Stripper:Source (Mac support added)
Reply With Quote #804

I just make sure this addon works after updates. Unfortunately I don't have time to do more. Usually problems with Stripper come from breaking engine or game invariants; for example, telling it to reference things that aren't loaded, or removing entities that control the map. It's easy to cause crashes or strange behavior.

My recommendation for lag is to see how much memory the server is using. If it's way above normal, there may be a leak. There could also be an entity leak, but usually that will crash.
__________________
egg
BAILOPAN is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 02-09-2011 , 10:06   Re: Stripper:Source (Mac support added)
Reply With Quote #805

Hey guys, actually found out the problem. It was stripper, but it was my end. Can't believe none of you guys caught it in my global_config.cfg For some reason, it never caught my eye until yesterday when I had to access it to remove rpg ammo. I listed my
Global Player Equip twice.

Code:
add:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Game Player Equip (global)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
{
"origin" "0 0 0"
"weapon_crossbow" "1"
"item_ammo_crossbow" "1"
"weapon_shotgun" "1"
"item_box_buckshot" "1"
"weapon_357" "1"
"item_ammo_357" "1"
"weapon_ar2" "1"
"item_ammo_ar2" "1"
"targetname" "give_it_to_me"
"spawnflags" "0"
"classname" "game_player_equip"
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
add:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Game Player Equip (global)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
{
"origin" "0 0 0"
"weapon_crossbow" "1"
"item_ammo_crossbow" "1"
"weapon_shotgun" "1"
"item_box_buckshot" "1"
"weapon_357" "1"
"item_ammo_357" "1"
"weapon_ar2" "1"
"item_ammo_ar2" "1"
"targetname" "give_it_to_me"
"spawnflags" "0"
So, obviously it was trying to give more ammo to players at spawn then they could handle. Thus the overloaded drops !

Sorry for wasting your time guys.
daveyboye is offline
Wobliner
Junior Member
Join Date: Mar 2011
Old 03-06-2011 , 06:03   Re: Stripper:Source (Mac support added)
Reply With Quote #806

hi there,

is it possible to block the drop command for clients playing on the server with stripper ?

nice greetings from germany
Wobliner is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 03-06-2011 , 12:16   Re: Stripper:Source (Mac support added)
Reply With Quote #807

Not with Stripper, you'll need to use another plugin for that.
__________________
thetwistedpanda is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-07-2011 , 01:33   Re: Stripper:Source (Mac support added)
Reply With Quote #808

Just put es_xflags add cheat "impulse 51" in your server.cfg/autoexec.cfg if you have eventscripts installed.
daveyboye is offline
Wobliner
Junior Member
Join Date: Mar 2011
Old 03-23-2011 , 08:49   Re: Stripper:Source (Mac support added)
Reply With Quote #809

can i block the radio icon over players ?
i try these :

modify:
match:
{
"classname" "CTERadioIcon"
}
delete:
{
"classname" "CTERadioIcon"
}

but didnt work
Wobliner is offline
Cratoz
Junior Member
Join Date: Dec 2006
Old 03-23-2011 , 10:12   Re: Stripper:Source (Mac support added)
Reply With Quote #810

I wanna create some big and small boxes on some standards maps.

How am i suppose to know the exact coordination axels (X Y Z) to place them right?

And how do i need to write it in the map.cfg?, also i don't know the name of the models for the boxes.
Cratoz 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 20:53.


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