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

Showing results 1 to 25 of 176
Search took 0.01 seconds.
Search: Posts Made By: Brrdy
Forum: Scripting 03-24-2015, 14:28
Replies: 1
Views: 450
Posted By Brrdy
[CS:GO] Make weapon shoot or...

So im just wondering can you make a weapon fire and then show the kill and kill the player or.... Can you spoof a death message so basically you could type !kill <playername>...
Forum: Scripting 03-20-2015, 13:18
Replies: 7
Views: 4,146
Posted By Brrdy
Re: [CS:GO] Mute player footsteps - help

AHA EASY :D



#include <sourcemod>
#include <sdktools>
new StealthWalk_Enabled[MAXPLAYERS+1]
new bool:active[MAXPLAYERS+1];
new Handle:TFootstepsEnabledConVar;
Forum: Plugin/Gameplay Ideas and Requests 03-20-2015, 13:09
Replies: 17
Views: 3,193
Posted By Brrdy
Re: [REQUEST] [CSGO] Player breathing sound

Well I've been working on your plugins and I can maybe look into that next :) I think it be like hmm. Making it so you could use a stock I have in my scripting folder called ¨GetClosestEntity¨ then...
Forum: Plugin/Gameplay Ideas and Requests 03-18-2015, 16:03
Replies: 15
Views: 3,254
Posted By Brrdy
Forum: Scripting 03-18-2015, 15:47
Replies: 10
Views: 2,671
Posted By Brrdy
Re: [CS:GO] Set invisible to weapons on back.

Yessir and I will find the invis thing ASAP :P I had it saved somewhere digging around as I type :D
Forum: Plugin/Gameplay Ideas and Requests 03-18-2015, 14:44
Replies: 15
Views: 3,254
Posted By Brrdy
Re: Steam ID Kick

Uhm just use on clientconnect GetIdOfUser Event or w/e it is then add it to kick them using either SM_KICK or just scrape the source of SM_KICK and yeah.... Are you new to SP or just learning or what?
Forum: Scripting 03-18-2015, 14:42
Replies: 2
Views: 676
Posted By Brrdy
Re: HELP Command goes moore than one Round

Okay well for starters you double posted Im thinking one of your variables is invalid or just for some reason is being voided for some reason my computer is only loading half of your post but Ill...
Forum: Scripting 03-18-2015, 14:27
Replies: 10
Views: 2,671
Posted By Brrdy
Re: [CS:GO] Set invisible to weapons on back.

Hmm, you could set model visibility OR you could just simply check the ammo value and then remove the weapon while switched. I made a plugin for someone awhile ago that did this just not delete :P It...
Forum: Plugin/Gameplay Ideas and Requests 03-16-2015, 19:54
Replies: 6
Views: 1,323
Posted By Brrdy
Re: [CS:GO] anti behind attack with knife

lmfao you are obviously not realizing that I can make the plugin perfectly and doubting my abilities. Take a class on English next semester.
Forum: Plugins 03-16-2015, 16:11
Replies: 15
Views: 12,967
Posted By Brrdy
Re: [CS:GO] UB3R Guns\Bullet Changer

Well the gun itself is physically changing so I could make it so when it drops it removes the features but yeah. Is that what you're asking?
Forum: General 03-16-2015, 14:49
Replies: 42
Views: 7,566
Posted By Brrdy
Re: So what happened to the dev community?

Aww I see. So basically the match making is just the primary ¨bad thing¨ Like not bad but in a sense of people are primarily not looking for fun little matches like they do purely on CSS/etc
Forum: Plugin/Gameplay Ideas and Requests 03-16-2015, 14:04
Replies: 6
Views: 700
Posted By Brrdy
Re: Need help finding respawn plugin

Ill do it for you will talk to you ASAP via Steam
Forum: General 03-16-2015, 14:04
Replies: 42
Views: 7,566
Posted By Brrdy
So what happened to the dev community?

Well as I look through things there is TONS of things for CSS,GMOD, and TF2 all oldish games. Now, I look at CS:GO there I think is probably half if not half way less than half as many people coding...
Forum: Plugin/Gameplay Ideas and Requests 03-16-2015, 14:02
Replies: 6
Views: 1,323
Posted By Brrdy
Re: [CS:GO] anti behind attack with knife

Do you still need this? If so please PM me I can do it when I get a chance.
Forum: Plugin/Gameplay Ideas and Requests 03-16-2015, 14:01
Replies: 24
Views: 4,739
Posted By Brrdy
Re: Money for SERVER Support

I can contact you on steam or here and provide free help ^_^ Im really bored most days.
Forum: Scripting 03-16-2015, 13:52
Replies: 51
Views: 8,698
Posted By Brrdy
Re: Plugin Protect.

Or do what I did although it got trashed check the hostip or w/e cvar
Forum: Plugin/Gameplay Ideas and Requests 03-13-2015, 14:50
Replies: 18
Views: 4,258
Posted By Brrdy
Re: [TF2] Advanced Bans by Hardware ID

Getting MAC address is not possible with Sourcemod as far as I can tell. But like truly what I said using an IP Range just doing like say the IP is 147.2.3.50 So you could do 147.2.3.0 - 147.2.3.999
Forum: Scripting 03-13-2015, 14:26
Replies: 7
Views: 1,335
Posted By Brrdy
Re: Saving player death origin problem

Agreed and also anyone who is reading this ignore my above post and just read this
Forum: Scripting 03-13-2015, 14:25
Replies: 7
Views: 1,335
Posted By Brrdy
Re: Saving player death origin problem

Nevermind this post wasn't right/helpful I mean it'd work but yeah.


Note: Didn't blank just spoilered.



That's what I was originally thinking too then I saw tag mismatch so I was like hmm...
Forum: Scripting 03-13-2015, 14:10
Replies: 7
Views: 1,335
Posted By Brrdy
Re: Saving player death origin problem

Yeah you're getting a a mismatch because you're doing g_deathpos[client]

Just do g_deathpos = GetClientAbsOrigin(client,position);

The to use the pos just use the g_deathpos
Forum: Plugin/Gameplay Ideas and Requests 03-13-2015, 13:58
Replies: 18
Views: 4,258
Posted By Brrdy
Forum: Plugin/Gameplay Ideas and Requests 03-13-2015, 13:54
Replies: 10
Views: 1,096
Posted By Brrdy
Re: [REQUEST] Enable Bot for X map

Yeah but the way he is doing it it'd be a lot of cfg files as you'd need a plugin to set the bot_quota to 0 on some maps if you didn't make just a separate config.
Forum: Plugin/Gameplay Ideas and Requests 03-13-2015, 13:52
Replies: 4
Views: 2,304
Posted By Brrdy
Re: [CS:GO][REQUEST] Disable Hint Message In Deathmatch Gamemode

Just edit the code link me the plugin and I'll do it.
Forum: Plugin/Gameplay Ideas and Requests 03-13-2015, 13:52
Replies: 10
Views: 1,096
Posted By Brrdy
Re: [REQUEST] Enable Bot for X map

PM'd you a link to my IRC channel. I can help you ^_^
Forum: Plugins 03-13-2015, 11:37
Replies: 15
Views: 12,967
Posted By Brrdy
Re: [CS:GO] UB3R Guns\Bullet Changer

Yep will add it when home <3

Edit: It's made as an admin command but yes I will clean it up :)
Showing results 1 to 25 of 176

 
Forum Jump

All times are GMT -4. The time now is 09:32.


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