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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: BARRY.
Forum: New Plugin Submissions 09-09-2023, 17:45
Replies: 0
Views: 834
Posted By BARRY.
[CS/CZ] Threat Radar

Description
Show up on radar as a red blip when firing your weapon.

CVars
amx_treatradar 1/0 - enable/disable the plugin
amx_treatradar_showteam 1 - show team as yellow blip on radar...
Forum: Suggestions / Requests 08-23-2023, 23:10
Replies: 17
Views: 1,662
Posted By BARRY.
Re: [REQ] Plugin that disables sound that happens when restarting round?

I believe this happens when a plugin or map blocks players from interacting with the c4 entity. I don't play jailbreak maps, just a theory. Attached plugin is untested but should be the fix.
Forum: Suggestions / Requests 08-14-2023, 22:49
Replies: 2
Views: 713
Posted By BARRY.
Forum: Suggestions / Requests 04-13-2023, 03:30
Replies: 13
Views: 1,568
Posted By BARRY.
Re: [TTT] Betting System

Found a mistake. If won't register a win if you bet on the innocent. I've uploaded the fix to my last post.

As far as a round draws, it won't add a bonus or deduct karma because the TTT core...
Forum: Suggestions / Requests 04-12-2023, 00:14
Replies: 13
Views: 1,568
Posted By BARRY.
Re: [TTT] Betting System

Compiles but untested. Make sure to add debug after .amxx in case any errors come up.

Barry
Forum: Suggestions / Requests 04-09-2023, 05:01
Replies: 7
Views: 769
Posted By BARRY.
Re: Request Last Maps Plugin [CS 1.6]

I may have to rewrite the whole script. This method just parses the logs from 'addons\amxmodx\logs'.
Could you paste a sample of a log from that folder?

Mine looks like this:
Forum: Suggestions / Requests 04-07-2023, 22:53
Replies: 7
Views: 769
Posted By BARRY.
Re: Request Last Maps Plugin [CS 1.6]

Done. The list is shown to everyone when an admin types /lastmaps in chat.
I'll probably only do 1 or 2 more revisions, if needed.

CVars
amx_lastmaps_maxresults 10 - Total results showed (...
Forum: Suggestions / Requests 04-06-2023, 20:46
Replies: 13
Views: 1,568
Posted By BARRY.
Re: [TTT] Betting System

I can try making this. Since I've never played this mod, could you answer some of these questions?

1. Does it cost anything to place the bet? Is the karma on that screenshot the cost or reward?...
Forum: New Plugin Submissions 02-03-2023, 21:33
Replies: 4
Views: 1,904
Posted By BARRY.
Re: [CS/CZ] Ledge Mantle

I was able to get stuck in that location. Looks like I have FORWARD_DISTANCE_MUL a little too high for that spot.

Set FORWARD_DISTANCE_MUL to 3.0 or lower, that should fix that issue. I don't plan...
Forum: New Plugin Submissions 01-31-2023, 22:31
Replies: 4
Views: 1,904
Posted By BARRY.
[CS/CZ] Ledge Mantle

Description
Give players the ability to mantle up onto ledges. This adds a new level of interactivity and mobility to the game, allowing players to reach previously inaccessible areas and gain new...
Forum: Off-Topic 02-15-2016, 11:53
Replies: 13
Views: 3,135
Posted By BARRY.
Re: Set sprite transparent ?

Hi guys,

Sorry to dig up an old thread. I'm trying to get this sprite transparent for TE_FIREFIELD. Saving it as "alphatest" format causes the sprite itself to be transparent with a black...
Forum: Suggestions / Requests 01-31-2016, 16:20
Replies: 4
Views: 550
Posted By BARRY.
Re: respawn semiclip

Have you tried this to prevent spawn kills?
https://forums.alliedmods.net/showthread.php?t=114857
Forum: Suggestions / Requests 01-31-2016, 16:12
Replies: 2
Views: 4,069
Posted By BARRY.
Re: Frag Counter- Plugin Edit (Limited 9 Kills To Unlimited Kills)

The counter is limited to 9 because CS can only show 0-9 digits on the "StatusIcon."
Forum: Scripting Help 01-20-2016, 12:28
Replies: 1
Views: 661
Posted By BARRY.
Dynamic Native: Passing a string and an integer in the same parameter.

Hi guys, I'm trying to pass a string and an integer on the same parameter. Was wondering if I've implemented this right.

Edit: If anybody else looking here's how I got it to work.

native...
Forum: Suggestions / Requests 01-14-2016, 18:33
Replies: 5
Views: 869
Posted By BARRY.
Re: [REQ] Auto Remove/Add Bots when server is full

Your request is already a feature in the plugin. Change the following cvars to:

ff_automode 1
ff_players 30
Forum: Suggestions / Requests 01-12-2016, 02:12
Replies: 11
Views: 1,717
Posted By BARRY.
Re: [Req] Exec 1 if x players exec 2 if x players

Hey 4ever16, since you specified what exactly you are trying to do. Here's my take on the plugin.
It should execute the map change when the conditions are met.


< 6 players go to amx_maptype_x...
Forum: Suggestions / Requests 01-11-2016, 01:24
Replies: 2
Views: 558
Posted By BARRY.
Re: Request: akire's stat say

Here's the closest plugin I could do for your request.

Only thing is, the color's red and blue cannot be in the same sentence due to how half-life messages work.
Either T or CT will be colored...
Forum: Suggestions / Requests 01-10-2016, 16:51
Replies: 10
Views: 2,067
Posted By BARRY.
Re: Plugin gag

@redivcram
If it was an amxmodx issue, I see what you mean. This is a plugin request imho.
Forum: Suggestions / Requests 01-05-2016, 22:54
Replies: 10
Views: 2,067
Posted By BARRY.
Re: Plugin gag

Are we allowed to help? I'll remove if necessary.

#include <amxmodx>

new g_pNameCharacterLimit

public plugin_init()
{
register_plugin
(
Forum: Suggestions / Requests 01-05-2016, 22:12
Replies: 16
Views: 1,966
Posted By BARRY.
Re: [Req] Open motd when u die.

Technically speaking, is the MOTD completely handled client-side? Would it be possible via memory hacking to disable the OK button?

@4ever16: Don't want to get your hopes up, but yea, I think...
Forum: Suggestions / Requests 12-28-2015, 07:03
Replies: 2
Views: 534
Posted By BARRY.
Re: [reQ] Top Kills And hp on kill for Half-life 1

For both of your request:https://forums.alliedmods.net/showthread.php?t=119618
Forum: Suggestions / Requests 12-27-2015, 20:03
Replies: 3
Views: 990
Posted By BARRY.
Re: Gag plugin - without REASON/TIME (amx_gag <nickname>)

It's Nvault by default not MYSQL. Try running that gag plugin.
Just remember to set sv_gagtime to 300.
Forum: Suggestions / Requests 12-27-2015, 19:51
Replies: 5
Views: 666
Posted By BARRY.
Re: [Req] I need a script that removes the HUD of the money and timer

Hey Giass, here is your requested script.

Cheers.

#include <amxmodx>

/*
1 (1<<0) - crosshair, ammo, weapons list
2 (1<<1) - flashlight, +
4 (1<<2) - ALL
Forum: Suggestions / Requests 12-27-2015, 02:30
Replies: 3
Views: 990
Posted By BARRY.
Re: Gag plugin - without REASON/TIME (amx_gag <nickname>)

Just use that plugin and change sv_gagtime to 300 (5 minutes in seconds).

Cheers.
Forum: Off-Topic 08-20-2013, 00:09
Replies: 1
Views: 716
Posted By BARRY.
In regards to using models from other mods

Hello, I am currently working on a project for cs:cz which is using a model from cz deleted scene. More specifically the LAW. Since model is available for download...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -4. The time now is 02:06.


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