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

Showing results 1 to 25 of 189
Search took 0.01 seconds.
Search: Posts Made By: Locks
Forum: Scripting Help 02-18-2007, 03:28
Replies: 3
Views: 1,876
Posted By Locks
Re: some sounds arent working

Maybe because you don't have those sound files in your sound/misc folder?

I find it strange that these sounds aren't included in the AMXX download.
Forum: General 02-18-2007, 03:21
Replies: 7
Views: 2,298
Posted By Locks
Re: Rank Disabled

Try deleting everything from your pausecfg.ini which is located in your addons/amxmodx/configs/
Before attempting to do that, make sure your server is off.

Another way of approaching this is to...
Forum: Approved Plugins 01-30-2007, 22:30
Replies: 30
Views: 49,266
Posted By Locks
Re: C4 Plant Money Bonus

I'll post the code anyways, just in case if someone else wanted the same thing as you did, but without the hp bonus and all the other stuff in it.

Add a new pcvar variable at the top:
new...
Forum: Unapproved/Old Plugins 01-21-2007, 20:17
Replies: 9
Views: 2,326
Posted By Locks
Re: Breathe Under Water

It would actually be helpful if you could just point out the issue. I've tested this plugin and it works fine without any problem.
Forum: Unapproved/Old Plugins 01-21-2007, 15:32
Replies: 9
Views: 2,326
Posted By Locks
Re: Breathe Under Water

There, I hope I got it this time.
Forum: Unapproved/Old Plugins 01-21-2007, 15:13
Replies: 9
Views: 2,326
Posted By Locks
Forum: Unapproved/Old Plugins 01-21-2007, 14:39
Replies: 9
Views: 2,326
Posted By Locks
Breathe Under Water

Breathe Under Water

Description
This plugin allows players to take no damage under water; in other words, they can now breathe under water.

Required Module
fakemeta
Forum: General 01-20-2007, 22:42
Replies: 5
Views: 1,594
Posted By Locks
Re: Vault outside server

Yeah, there's a way to use mysql instead of vault, depending on what you're trying to save. You just need whatever mod that you're running to have mysql support and a database to store all your data.
Forum: Suggestions / Requests 01-20-2007, 20:45
Replies: 3
Views: 1,717
Posted By Locks
Re: Weapon Restriction for CS 1.5

CS 1.5 is unsupported.
Forum: General 01-20-2007, 18:12
Replies: 5
Views: 1,594
Posted By Locks
Re: Vault outside server

You could try using MySQL. If you plan to continue off of your current data, you would have to find a way to convert all your data from the vault to mysql.
Forum: General 01-20-2007, 18:08
Replies: 6
Views: 1,714
Posted By Locks
Re: top 15 help plzz

By any chance, did you edit the maxsize for your cs stats?

This could be found in your amxx.cfg
The default vaules should be like this:
// Max size of the stats file
csstats_maxsize 3500
Forum: Scripting Help 01-15-2007, 21:41
Replies: 3
Views: 1,299
Posted By Locks
Updating scoreboard help

I'm having some trouble on updating the scoreboard with my plugin.

The problem I'm having is that the scoreboard won't update itself after I rescued the hostages.

Here's the code on what I have...
Forum: Trash 01-15-2007, 15:51
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

That's odd, I could of sworn that the scoreboard was automatically updated after each round earlier.

I'll check it out and see what I can do later on today.
Forum: Suggestions / Requests 01-15-2007, 15:13
Replies: 3
Views: 1,013
Posted By Locks
Re: ADmin give fraggs.

I suppose this (http://forums.alliedmods.net/showthread.php?t=293) is what you're looking for.
Forum: Unapproved/Old Plugins 01-15-2007, 15:09
Replies: 475
Views: 369,060
Posted By Locks
Re: Advanced Team Attack Control v2.5.5.5 -By f117bomb Updated [10/19/06]

You can't nuke people with this plugin. If you really want to nuke them then you'll just have to manually add in the nuking code.

IIRC, this plugin already comes with the rocket punishment.
Forum: Trash 01-15-2007, 14:59
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

I guess you're right about the cvar part.

Eh, I still don't get what you mean by updating the scoreboard. Doesn't the scoreboard automatically update itself with the rewards() after each round?
Forum: Trash 01-14-2007, 17:18
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

Right, forgot about giving some credits.


Which two cvars are you referring to that aren't necessary for this plugin?
Forum: Unapproved/Old Plugins 01-11-2007, 02:15
Replies: 4
Views: 7,649
Posted By Locks
Re: Bomb Events - Money Rewards

Isn't this also a branch of my c4 plant bonus plugin (http://forums.alliedmods.net/showthread.php?t=47678) as well? It functions the same, except with more features.
Forum: Trash 01-10-2007, 02:34
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

Eh, my bad, I added that terrorist team check because I didn't realized until up to now that the AMXX Dev Team has fixed that admin team switching bug where a player gets transfer to the opposite...
Forum: Trash 01-10-2007, 01:15
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

Thanks for all the suggestions so far, I'm looking forward to update it, as well as add something new to it, such as making the reward/penalty bonus to a cvar. I still need help with getting this...
Forum: Trash 01-09-2007, 02:06
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

Alright, I've changed the public rescued_hostage() function to:
public rescued_hostage()
{
new id = get_loguser_index()

if ( id <= 0 || id > 32 )
return PLUGIN_HANDLED

if (...
Forum: Off-Topic 01-09-2007, 00:39
Replies: 53
Poll: New steam
Views: 8,445
Posted By Locks
Re: New steam

I totally agree with SweatyBanana on this one, the new steam skin sucks.
Forum: General 01-09-2007, 00:33
Replies: 5
Views: 1,834
Posted By Locks
Re: How to reset stats/ranks

1). Make sure your server is completely off.
2). Delete csstats.dat from addons/amxmodx/data/csstats.dat
3). Turn your server on then bam, you have successfully resetted your ranks in your server.
Forum: Trash 01-09-2007, 00:28
Replies: 24
Views: 5,280
Posted By Locks
Re: Hostage Score Management

What do you mean by "new frags"?



Thanks for the info, but I'm a bit stuck over here at using the register_logevent part. Here's what I have on my code so far:
#include <amxmodx>
#include...
Forum: Approved Plugins 01-07-2007, 19:34
Replies: 30
Views: 49,266
Posted By Locks
Re: C4 Plant Money Bonus

That's not necessary since csx comes with the public bomb_planted event.
Showing results 1 to 25 of 189

 
Forum Jump

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


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