Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Afronanny
Forum: Source Servers (SRCDS) 05-17-2013, 09:22
Replies: 8
Views: 1,213
Posted By Afronanny
Re: [B]small Team manager error hlp plz[/B]

That's not an error, just a warning. You can ignore it.
Forum: Extensions 04-21-2013, 21:00
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

No clue. Once my server comes back up I'll be able to see what needs to be done as far as SteamPipe is concerned, and you'll also be able to download it again! Yay!
Forum: News 04-09-2013, 09:20
Replies: 122
Views: 64,692
Posted By Afronanny
Re: SourceMod 1.5 nearing completion. Translators needed.

What about the patches I've submitted that have been ignored? One of them is a crash fix. Will those be included? or are you going to keep ignoring them
Forum: Scripting 04-07-2013, 09:39
Replies: 20
Views: 7,667
Posted By Afronanny
Re: [TF2/Source Engine] Possibility of using LUA?

I don't think that will work.

Why can't our plugins be in FORTRAN?
Forum: Coding MM:S Plugins & SM Extensions 04-06-2013, 19:59
Replies: 1
Views: 1,012
Posted By Afronanny
Re: [Extensions] example

Look through source code of other extensions, and read the wiki article (http://wiki.alliedmods.net/Writing_Extensions) on writing them.
Forum: Plugin/Gameplay Ideas and Requests 04-04-2013, 19:05
Replies: 15
Views: 3,254
Posted By Afronanny
Re: Redirect Users To new IP

Try these commands:

sv_password sffjdh
hostname "NEW IP - xxx.xxx.xxx.xxx:27015"
Forum: Extensions 03-31-2013, 13:57
Replies: 362
Views: 227,475
Posted By Afronanny
Forum: Extensions 03-31-2013, 00:23
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

I just uploaded Peace-Maker's patch (thanks Peace-Maker!). Try it out and let me know if it still doesn't work the way you want it to
Forum: Source Servers (SRCDS) 03-22-2013, 14:05
Replies: 6
Views: 1,241
Posted By Afronanny
Re: Tickrate Enabler doesn't work in newest CS:S update

Cool. It wasn't necessary anyways.
Forum: Extensions 03-20-2013, 13:59
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

Unhook should stop the output, yes. I won't be able to help debug this until Sunday when I get back to my main PC. It sounds like it could be a bug in the extension. For now though, you can just...
Forum: Extensions 03-20-2013, 08:27
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

I can't really help you if all you tell me is that it doesn't work. What are you expecting to happen that isn't happening? What specifically doesn't work?
Forum: Extensions 03-19-2013, 17:55
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

You need to pass the callback you're using to the unhook function, like so:

new g_PlayerManager;


public OnPluginStart()
{
RegConsoleCmd("sm_hook", Cmd_Hook);
...
Forum: Scripting 03-08-2013, 09:04
Replies: 26
Views: 13,152
Posted By Afronanny
Re: [TF2] Increase Max Health of Player?

You can't use that function in an SDKCall. If you look at the linux symbol, the function prototype is actually "CTFPlayer::AddPlayerAttribute(CEconItemAttribute *)"

The reason that code is...
Forum: Source Servers (SRCDS) 03-08-2013, 07:53
Replies: 3
Views: 833
Posted By Afronanny
Forum: Extensions 03-04-2013, 08:06
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

Maybe. I'm not sure, you'll have to try it.
Forum: Plugin/Gameplay Ideas and Requests 02-28-2013, 12:04
Replies: 43
Views: 13,797
Posted By Afronanny
Re: !Admincall to Steam-chat

I can, but probably won't.
Forum: Plugin/Gameplay Ideas and Requests 02-27-2013, 11:40
Replies: 43
Views: 13,797
Posted By Afronanny
Re: !Admincall to Steam-chat

If the web interface that steamcommunity.com uses for the webchat returned regular JSON instead of JSONP, this would actually be pretty easy.
Forum: Extensions 02-26-2013, 08:46
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

Yes, false location data. It would appear laggy as hell though, because client prediction.
Forum: Extensions 01-26-2013, 02:51
Replies: 284
Views: 111,503
Posted By Afronanny
Re: Team Balance Immunity

It's come to my attention that this extension is no longer effective (doesn't work) on TF2 anymore. I'll spend time tomorrow fixing it.
Forum: Extensions 01-26-2013, 02:49
Replies: 362
Views: 227,475
Posted By Afronanny
Re: SendProxy Manager

Sorry about that. I was upgrading RhodeCode to the newest version. The link is back up and should work now.
Forum: Plugin/Gameplay Ideas and Requests 01-24-2013, 18:57
Replies: 6
Views: 1,713
Posted By Afronanny
Re: [TF2|Req] Dodgeball is broken.

Maybe you should try the following:



Spell asherkin's name correctly
Post in the TFDodgeball forum with your problem
Forum: Coding MM:S Plugins & SM Extensions 01-18-2013, 15:28
Replies: 1
Views: 1,347
Posted By Afronanny
SH_DECL_HOOK2 errors

I'm actually not sure what's wrong here. This line of code should be fine, but MSVC is giving me a million errors. These errors show up no matter where I put this line of code in the file, and...
Forum: Scripting 01-16-2013, 23:56
Replies: 8
Views: 2,319
Posted By Afronanny
Re: get average ping

You'll want to change this line:
Pingaverage = Pinga / MaxClients;

The average would be not Pinga divided by MaxClients, but Pinga divided by the number of in-game players.
Forum: Extensions 01-03-2013, 18:02
Replies: 404
Views: 200,364
Posted By Afronanny
Re: [TF2] Patch for player attachments (MM:S and SM)

Such discussion is strictly forbidden. We do not support bypassing Valve's restrictions.
Forum: Plugin/Gameplay Ideas and Requests 12-21-2012, 18:00
Replies: 3
Views: 1,266
Posted By Afronanny
Re: [TF2 Request] Votekick system

Bot check can be done using IsFakeClient. Looking at ping would be sucky and bad.
Showing results 1 to 25 of 500

 
Forum Jump

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


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