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

Showing results 1 to 25 of 115
Search took 0.01 seconds.
Search: Posts Made By: Bobakanoosh
Forum: Scripting 04-25-2020, 14:23
Replies: 3
Views: 1,066
Posted By Bobakanoosh
Re: enum constant already defined

To clarify, you're saying I should use this: https://forums.alliedmods.net/showthread.php?t=323206
to refactor?
Forum: Scripting 04-25-2020, 02:25
Replies: 3
Views: 1,066
Posted By Bobakanoosh
enum constant already defined

I'm trying to compile an old library of mine (SM version ~1.7-1.8).

I have an enum in several files, defined as following:
enum ActiveLRHandler {}

Depending on the module, I have a variable...
Forum: Scripting 11-18-2017, 18:00
Replies: 1
Views: 754
Posted By Bobakanoosh
Hooking "buymenu"

Hey!

I have a gamemode with a custom method of obtaining guns, but instead of having a player run sm_guns, I want them to be able to use "buymenu" which is defaultly binded to b.

I couldn't...
Forum: Scripting 11-18-2017, 12:22
Replies: 11
Views: 5,983
Posted By Bobakanoosh
Re: Structs in SourceMod

Are objects planned for sourcepawn?
Forum: Plugin/Gameplay Ideas and Requests 11-18-2017, 12:20
Replies: 7
Views: 1,524
Posted By Bobakanoosh
Re: random bonuses

What kind of random bonus? What do you mean by a nickname?

Try to be more descriptive..
Forum: Plugin/Gameplay Ideas and Requests 11-18-2017, 12:19
Replies: 10
Views: 2,971
Posted By Bobakanoosh
Re: Multi 1v1

If the CVAR doesn't work...

#include <multi1v1>
#include <sdktools>

public void Multi1v1_OnRoundTypeDecided(int arena, int player1, int player2, int& roundType) {

if (player1 < 1 ||...
Forum: Plugin/Gameplay Ideas and Requests 11-17-2017, 17:33
Replies: 10
Views: 3,367
Posted By Bobakanoosh
Re: [CS:GO] Banned words

I just did it so I know how to :P
Forum: Plugin/Gameplay Ideas and Requests 11-16-2017, 16:03
Replies: 10
Views: 3,367
Posted By Bobakanoosh
Re: [CS:GO] Banned words

Odd, I have no issues.

Welp, can do it manually I suppose. Count how many words there are in your list, and where it says X in the code below, place that number. For my example above, X = 3.
...
Forum: Plugin/Gameplay Ideas and Requests 11-16-2017, 14:50
Replies: 10
Views: 3,367
Posted By Bobakanoosh
Re: [CS:GO] Banned words

Sorry, used to using CPrint, use PrintToChat instead.
Forum: Plugin/Gameplay Ideas and Requests 11-16-2017, 11:08
Replies: 10
Views: 3,367
Posted By Bobakanoosh
Re: [CS:GO] Banned words

Tested, works.

char g_sBlockedWords[][] = {"poop", "shit", "crap"};

public Action OnClientSayCommand(int client, const char[] command, const char[] sArgs) {

if(client < 1 || client >...
Forum: Plugin/Gameplay Ideas and Requests 11-15-2017, 10:11
Replies: 9
Views: 3,516
Posted By Bobakanoosh
Re: Remove weapons on round start

.sp is attached. Untested but should work.
Forum: Plugins 11-14-2017, 18:25
Replies: 1,980
Views: 1,035,315
Posted By Bobakanoosh
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

Having issues with the native Store_SetClientCredits. I'm setting the client's credits to a new value, and then when using Store_GetClientCredits, that new value is returned. However, when the player...
Forum: General 11-14-2017, 09:59
Replies: 3
Views: 896
Posted By Bobakanoosh
Re: Needing A Server Developer For MiniGames

I'd be willing to work on plugins for the server but I wouldn't take any rank, add me on steam below if you're interested.
Forum: General 11-13-2017, 10:58
Replies: 6
Views: 4,845
Posted By Bobakanoosh
Re: CS:GO Wings Store

That's such a stupid saying. No, I'm not going to jump off a bridge because it's jumping off a fucking bridge. If people ask me to post on a forum about a feature, I will.

Extreme vs not extreme.
Forum: Scripting 11-12-2017, 01:15
Replies: 2
Views: 652
Posted By Bobakanoosh
Re: Is there way to detect on player bought weapon?

https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events

Event item_purchase

Would that serve what you need?
Forum: Scripting 11-11-2017, 22:15
Replies: 3
Views: 1,495
Posted By Bobakanoosh
Re: Using filter_activator_name info?

Didn't quite answer the question, but still solved the problem:

https://github.com/Bara20/TroubleinTerroristTown/pull/205/commits/0a38afda7104937bf94e035e9ca2d8b522ed95fa

Thanks to R3TROATTACK...
Forum: Scripting 11-11-2017, 14:17
Replies: 3
Views: 1,495
Posted By Bobakanoosh
Using filter_activator_name info?

Hey,

Backstory:
I was trying to fix many of the broken traitor doors on TTT maps. After decompiling several maps with the broken doors, they all had filter_activator_name's hooked up to their...
Forum: Plugins 11-11-2017, 13:40
Replies: 765
Views: 328,519
Posted By Bobakanoosh
Re: [CS:GO] TTT - Trouble in Terrorist Town

Pretty sure that's not the issue. I found some code on github of people getting a buttons m_iFilterName, but it errors out, doesn't exist. I dumped net props and couldn't find a single thing...
Forum: Plugins 11-11-2017, 12:23
Replies: 765
Views: 328,519
Posted By Bobakanoosh
Re: [CS:GO] TTT - Trouble in Terrorist Town

Any idea why nearly every map has filter_activator_name's for nearly every trap/door, but they dont work? I cant find anything in your code, and to my knowledge, there isn't another ttt plugin for...
Forum: Off-Topic 11-10-2017, 20:45
Replies: 4
Views: 1,263
Posted By Bobakanoosh
Re: Blocked from AM?

Is this not, in a way, doing that?
Forum: Off-Topic 11-10-2017, 14:11
Replies: 4
Views: 1,263
Posted By Bobakanoosh
Blocked from AM?

Hey,

I was helping someone with a plugin request in sourcemod and was trying to paste the code in PHP tags, and everytime I tried, I would get sent to this: https://imgur.com/lVCxBfZ

But I can...
Forum: Plugin/Gameplay Ideas and Requests 11-10-2017, 14:07
Replies: 6
Views: 1,737
Posted By Bobakanoosh
Re: [req] hud plugin

Test

For some reason I'm getting blocked whenever I try to post the code I did for him?

https://i.imgur.com/lVCxBfZ.png
Forum: Plugin/Gameplay Ideas and Requests 11-10-2017, 13:48
Replies: 6
Views: 1,737
Posted By Bobakanoosh
Re: [req] hud plugin

I added you on steam beacuse I'm still a bit confused about it.
Forum: Plugin/Gameplay Ideas and Requests 11-10-2017, 12:14
Replies: 6
Views: 1,737
Posted By Bobakanoosh
Re: [req] advanced hud plugin

not hard at all, definetly not worth money. I'm confused as to what you want displayed on it.
Forum: Plugin/Gameplay Ideas and Requests 11-07-2017, 17:48
Replies: 11
Views: 3,508
Posted By Bobakanoosh
Re: CS: GO Pause System.

God damn that saves a lot of time :P I'll let you go ahead and do it then if he wants to
Showing results 1 to 25 of 115

 
Forum Jump

All times are GMT -4. The time now is 01:20.


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