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

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: GoD-Tony
Forum: Extensions 08-10-2012, 06:28
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

Enabling friendly fire will enable prediction for teammates. Then all you need is a simple plugin to block friendly-fire damage again.

Edit: Even faking the cvar change with SendConVarValue...
Forum: Extensions 08-03-2012, 02:53
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

All you were doing was making the clients think that players shouldn't be colliding. The server decides which players actually collide in the end. Use SetEntProp if you want to change it on the...
Forum: Extensions 04-05-2012, 11:02
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

I'd like a way to unhook array props, thanks!
Forum: Extensions 12-11-2011, 03:43
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

Thanks! Going to test this soon.

if (params[1] < 0 || params[1] > 2048)
{
return pContext->ThrowNativeError("Invalid Edict Index %d", params[1]);
}Should that be > 2047?
Forum: Extensions 11-17-2011, 02:06
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

Maybe you could allow the current hooks to handle array members directly (similar to the 'element' param in GetEntProp (http://docs.sourcemod.net/api/index.php?fastload=show&id=81&)). As long as...
Forum: Extensions 11-13-2011, 10:00
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

Any chance of getting array support? I'd like to do something like this:

CCSPlayerResource:
Sub-Class Table (1 Deep): DT_CSPlayerResource
Sub-Class Table (2 Deep): DT_PlayerResource
...
Forum: Extensions 10-19-2011, 12:40
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

That's a good idea. You could even send fake crit prediction "notices" to test clients that are only attacking during those times.

Unfortunately I haven't played enough TF2 (5 mins total) to know...
Forum: Extensions 10-17-2011, 04:06
Replies: 364
Views: 233,945
Posted By GoD-Tony
Re: SendProxy Manager

This looks useful.

I get the same error using the example posted.
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 17:57.


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