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

Showing results 1 to 25 of 431
Search took 0.01 seconds.
Search: Posts Made By: Bloodlvst
Forum: Scripting 12-06-2011, 17:25
Replies: 12
Views: 3,827
Posted By Bloodlvst
Re: Replace weapon with another?

I see that now, and you're right, when I buy a Famas through the menu I get it. I didn't even realize that. The VIPs right now are charged standard prices since it's a 16K server, but that could...
Forum: Scripting 12-05-2011, 16:21
Replies: 12
Views: 3,827
Posted By Bloodlvst
Re: Replace weapon with another?

I keep getting compile errors, so as you stated, here is the original code in its entirety.

#include <sourcemod>
#include <sdktools>

/* Flags: ADMFLAG_RESERVATION, ADMFLAG_GENERIC,...
Forum: Scripting 12-04-2011, 14:47
Replies: 12
Views: 3,827
Posted By Bloodlvst
Re: Replace weapon with another?

So instead of just giving the weapon I would equip it instead?
Forum: Plugins 12-04-2011, 09:13
Replies: 504
Views: 531,044
Posted By Bloodlvst
Re: SM Super Commands

Rename won't work regardless since client exec was broken by Valve forever ago and names go off of your Steam Community name now.
Forum: Plugins 12-04-2011, 09:11
Replies: 1,135
Views: 612,447
Posted By Bloodlvst
Re: Advanced Commands (0.16)

It's a cvar for the plugin. Read the first post, God is it that hard to read the first post?

sm_adv_version - Version
sm_adv_admin_flags <a..z> - Set of admin flags, which allows admin vision...
Forum: Scripting 12-04-2011, 09:06
Replies: 12
Views: 3,827
Posted By Bloodlvst
Re: Replace weapon with another?

Oh okay, so I just strip the weapon slot desire before giving the weapon. Good to know I had the right idea.

The whole code is pretty much just that except with some more guns, a menu panel, and a...
Forum: Scripting 12-03-2011, 17:43
Replies: 12
Views: 3,827
Posted By Bloodlvst
Re: Replace weapon with another?

So if I have both primary and secondary weapons to check (since there is a CT and T only pistol) should I make it like this?

Original code:
TWeapons(client, const String:weapon[])
{...
Forum: Scripting 12-03-2011, 15:41
Replies: 12
Views: 3,827
Posted By Bloodlvst
Replace weapon with another?

So I have a plugin for donators that allows them to buy any weapon from the opposite team.

A slight problem I'm having while testing is that let's say I'm a terrorist. I have an AK, but issues the...
Forum: Source Servers (SRCDS) 11-07-2011, 21:26
Replies: 103
Views: 25,832
Posted By Bloodlvst
Re: Todays Update CSS 8/11/2011

I love how this update only affects certain people, I updated to the most recent metamod I could and still not evne loading MM
Forum: Source Servers (SRCDS) 11-07-2011, 21:15
Replies: 103
Views: 25,832
Posted By Bloodlvst
Re: Todays Update CSS 8/11/2011

How about you help instead of being a cunt? Not everyone is getting crashes. Metamod isn't even loading for me and I just updated to the lastest snapshot. It's not just people's plugins.
Forum: Plugins 11-01-2011, 20:52
Replies: 876
Views: 629,690
Posted By Bloodlvst
Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)

Yes just make sure they're named something different than the default sounds that 99% of players will already have
Forum: Source Servers (SRCDS) 11-01-2011, 18:28
Replies: 14
Views: 3,367
Posted By Bloodlvst
Re: Reinstalling from scratch

They're both the same.

nuclearfallout.net is the gaming community that they started from.

To actually rent servers you'd use nfoservsers.com
Forum: Source Servers (SRCDS) 11-01-2011, 16:30
Replies: 14
Views: 3,367
Posted By Bloodlvst
Re: Reinstalling from scratch

Nuclear Fallout is by far the best GSP. They might cost alittle more, but totally worth it IMO
Forum: Plugins 11-01-2011, 13:01
Replies: 1,135
Views: 612,447
Posted By Bloodlvst
Re: Advanced Commands (0.16)

Admin see all is in this plugin.
Forum: Plugins 10-31-2011, 19:48
Replies: 2,224
Views: 1,678,531
Posted By Bloodlvst
Re: Advertisements 0.5.5

What about normal logs?

I know advanced commands does do some processing on text. Try disabling it to see if you still get the problem.
Forum: Plugins 10-31-2011, 19:46
Replies: 616
Views: 335,233
Posted By Bloodlvst
Re: KnifeFight

IIRC the knife fight timer takes precedence over the round anyway, meaning that even if there is only 5 seconds left in the round, if I accept a knife fight and KF timer is 30 seconds the round still...
Forum: Plugins 10-31-2011, 18:31
Replies: 2,224
Views: 1,678,531
Posted By Bloodlvst
Re: Advertisements 0.5.5

Sourcemod logs? Error logs? We need some info.
Forum: Plugins 10-30-2011, 18:20
Replies: 616
Views: 335,233
Posted By Bloodlvst
Re: KnifeFight

Just set the knife fight timer to something ridiculously high, should remedy the issue.
Forum: General 10-30-2011, 18:17
Replies: 21
Views: 273,260
Posted By Bloodlvst
Re: New SourceMod Maintainer - psychonic

Congrats Nick! The right call was made on this one!

And very classy post David. It's sad to see you go after you definitely changed the way most people play Valve/Source games online, That being...
Forum: Source Servers (SRCDS) 10-30-2011, 17:59
Replies: 2
Views: 964
Posted By Bloodlvst
Re: correct min setting for rate ?

Deponds on your bandwidth. If your server is hosted in a good data centre with real bandwidth, then try these:


sv_maxrate 100000 (or zero for unlimited)
sv_minrate 40000
sv_mincmdrate 33...
Forum: Source Servers (SRCDS) 10-29-2011, 15:37
Replies: 15
Views: 2,785
Posted By Bloodlvst
Re: banned_user.cfg being wiped

If that's the case, then just simply keep backups of your SourceBans database so you can pull the Steam ID's from it.
Forum: General 10-29-2011, 12:07
Replies: 4
Views: 2,357
Posted By Bloodlvst
Re: Plugin with immunity from mp_autoteambalance?

Try this.

http://forums.alliedmods.net/showthread.php?t=99300

It has what you're looking for, and maybe some other things you'll use. Probably a bit overkill, but if you just don't use the...
Forum: Source Servers (SRCDS) 10-29-2011, 11:50
Replies: 15
Views: 2,785
Posted By Bloodlvst
Re: banned_user.cfg being wiped

I can't check right now as I'm at work, but I'd believe it does. While SourceBans saves the bans into MySQL, I would think it would need to write them to banned_user.cfg as well fo rthe server to...
Forum: News 10-28-2011, 23:15
Replies: 54
Views: 38,945
Posted By Bloodlvst
Re: SourceMod 1.4 released!

YES, a Dr. Farnsworth reference.

That aside, you are sexy, and so is this post.
Forum: Source Servers (SRCDS) 10-28-2011, 23:14
Replies: 14
Views: 9,072
Posted By Bloodlvst
Re: Console output log

Things like the OS and hardware hardly affect the server logs.

xxlap1xx, the following are extra parameters for your server logs.

sv_logbans - Log server bans in the server logs
sv_logecho -...
Showing results 1 to 25 of 431

 
Forum Jump

All times are GMT -4. The time now is 15:36.


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