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

HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]


Post New Thread Reply   
 
Thread Tools Display Modes
xaznikuhx
Junior Member
Join Date: Dec 2005
Old 01-10-2008 , 20:34   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #71

hmm, is there a way we can register the same cmd and have both register at the same time? because if anything,

bind space "+jump; uprope"
bind ctrl "+duck; downrope"

and add code

Pseudo Code:
Code:
while(commanduse[client?] == climbup)
{
 //subtract 5 of the distance from the startrope to endrope after each loop
 gRopeDist[client]=GetDistanceBetween(clientloc,gRopeEndloc[client])-5;
}

while(commanduse[client?] == climbdown)
{
  //add 5 of the distance from the startrope to endrope after each loop
 gRopeDist[client]=GetDistanceBetween(clientloc,gRopeEndloc[client])+5;
}
xaznikuhx is offline
xaznikuhx
Junior Member
Join Date: Dec 2005
Old 01-11-2008 , 13:04   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #72

Another BIG problem i've come across is that the rope doesn't actually let you swing well. It feels more like i'm attached to a bungee cord. is there any way to fix that?
xaznikuhx is offline
SixSicSix
Senior Member
Join Date: Jan 2008
Old 03-24-2008 , 08:54   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #73

It would be great if this mod was dug back to life and maybe ported so it would work well with TF2. I think it does crash linux servers, but the way it plays on TF2 it's so close to being perfect...
SixSicSix is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 03-24-2008 , 10:02   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #74

I have gotten this plugin to work for TF2 and linux. I had to add code to filter what is grabbed to ensure it ONLY grabs players.

I also have added other code to make it register itself as a native, since I control it from another plugin I'm writing. Actually, I have made quite a few changes. I need to document it some more, I'll do that later as I have been really busy lately.

I use the grab and the hook, I have only tested the rope briefly. It is possible that it might or might not crash, I have experienced some crashes on the combinations of plugins that we run and have not yet narrowed down the culprit, it might or might not involve this one

Anyway, here is my code.

Oh, the hgrsource.inc defines the natives now exported by this plugin. It is meant to be included in other plugins and is not included by hgrsource.sp itself.
Attached Files
File Type: sp Get Plugin or Get Source (hgrsource.sp - 605 views - 53.6 KB)
File Type: inc hgrsource.inc (3.9 KB, 192 views)
naris is offline
SixSicSix
Senior Member
Join Date: Jan 2008
Old 03-24-2008 , 12:17   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #75

Naris I love you. You always fix things and you make it all better

This plugin does work, but it crashes the server on map change. After restarting the server, the plugin seems to stop crashing the server.

Last edited by SixSicSix; 03-25-2008 at 16:27.
SixSicSix is offline
SixSicSix
Senior Member
Join Date: Jan 2008
Old 03-24-2008 , 20:20   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #76

I have a few more ideas:

Prevent the losing team from using hook at the end of the round

Add the enable/disable hook/grab/rope to the admin menu under Server Settings perhaps?

Make a +hook/+grab/+rope quota (5 per player, 10 per donator, 25 per admin, unlimited for server operators - you can probably make the specifiable by config file)

And one more idea... perhaps it would be possible to specify the advertisement in chat? I have people who enjoy the hook but keep asking why they can't use +grab, and I would rather it simply advertise the commands that are available to all players instead of all 3.

EDIT: A bug...

when loading the next map up, server.cfg has "sm_cvar hgrsource_hook_adminonly 0" but it doesn't work, i have to exec the cfg for it to work. could you possibly make a .cfg file for the configs folder in sourcemod to make the plugin respect these cvars in their own cfg file. i think they will work if you do that instead.

Last edited by SixSicSix; 03-25-2008 at 16:27.
SixSicSix is offline
J@y-R
Senior Member
Join Date: Jan 2007
Location: Hamburg (Germany)
Old 04-25-2008 , 23:37   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #77

Hey

If i use +grab on a Object crash and restart my server

error log message:
Code:
L 04/26/2008 - 05:16:00: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:00: [SM] Invalid timer handle 3d2d018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:08: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:08: [SM] Invalid timer handle 56ee018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:11: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:11: [SM] Invalid timer handle 5f45018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:13: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:13: [SM] Invalid timer handle 6585018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:14: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:14: [SM] Invalid timer handle 6a18018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:16: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:16: [SM] Invalid timer handle 7031018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:19: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:19: [SM] Invalid timer handle 7512018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:23: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:23: [SM] Invalid timer handle 8775018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:24: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:24: [SM] Invalid timer handle 8a1a018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:29: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:29: [SM] Invalid timer handle 8f22018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:34: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:34: [SM] Invalid timer handle ac64018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:37: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:37: [SM] Invalid timer handle b618018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:39: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:39: [SM] Invalid timer handle ba0f018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:40: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:40: [SM] Invalid timer handle bf7f018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:41: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:41: [SM] Invalid timer handle c31b018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:42: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:42: [SM] Invalid timer handle c683018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:43: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:43: [SM] Invalid timer handle c990018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:44: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:44: [SM] Invalid timer handle ccd1018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:44: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:44: [SM] Invalid timer handle d005018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:46: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:46: [SM] Invalid timer handle d457018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:47: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:47: [SM] Invalid timer handle d800018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:48: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:48: [SM] Invalid timer handle db34018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:49: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:49: [SM] Invalid timer handle e08a018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:51: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:51: [SM] Invalid timer handle e662018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:53: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:53: [SM] Invalid timer handle ec7b018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:54: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:54: [SM] Invalid timer handle f03e018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:55: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:55: [SM] Invalid timer handle f358018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:57: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:57: [SM] Invalid timer handle f82e018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:58: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:58: [SM] Invalid timer handle fc25018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:16:59: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:16:59: [SM] Invalid timer handle ff80018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:00: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:00: [SM] Invalid timer handle 234018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:01: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:01: [SM] Invalid timer handle 6a0018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:02: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:02: [SM] Invalid timer handle 945018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:05: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:05: [SM] Invalid timer handle c39018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:08: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:08: [SM] Invalid timer handle 17f5018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:09: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:09: [SM] Invalid timer handle 2098018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:10: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:10: [SM] Invalid timer handle 23e6018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:11: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:11: [SM] Invalid timer handle 2775018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:12: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:12: [SM] Invalid timer handle 2aea018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:13: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:13: [SM] Invalid timer handle 2e86018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:17:14: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:17:14: [SM] Invalid timer handle 3340018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:21:36: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:21:36: [SM] Invalid timer handle dccd017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:21:38: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:21:38: [SM] Invalid timer handle ea36017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:21:41: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:21:41: [SM] Invalid timer handle faf90174 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:21:49: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:21:49: [SM] Invalid timer handle 5e0174 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:21:51: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:21:51: [SM] Invalid timer handle 381b0174 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:10: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:10: [SM] Invalid timer handle acfb0174 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:15: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:15: [SM] Invalid timer handle c3880178 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:18: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:18: [SM] Invalid timer handle e29c0172 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:20: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:20: [SM] Invalid timer handle e7700178 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:48: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:48: [SM] Invalid timer handle 4bbf018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:48: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:48: [SM] Invalid timer handle 4c90018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:50: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:50: [SM] Invalid timer handle 4eb30143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:53: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:53: [SM] Invalid timer handle 5ba70143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:22:59: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:22:59: [SM] Invalid timer handle 5f77018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:02: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:02: [SM] Invalid timer handle 7a2e018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:03: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:03: [SM] Invalid timer handle 7d96018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:03: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:03: [SM] Invalid timer handle 7ffa018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:04: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:04: [SM] Invalid timer handle 80560143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:05: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:05: [SM] Invalid timer handle 86bd0143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:06: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:06: [SM] Invalid timer handle 870c018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:10: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:10: [SM] Invalid timer handle 96e5018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:13: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:13: [SM] Invalid timer handle 9922018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:14: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:14: [SM] Invalid timer handle a0800143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:19: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:19: [SM] Invalid timer handle afbd0143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:21: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:21: [SM] Invalid timer handle bb450143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:33: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:33: [SM] Invalid timer handle bbae018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:36: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:36: [SM] Invalid timer handle ee51018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:41: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:41: [SM] Invalid timer handle eea00143 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:23:50: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:23:50: [SM] Invalid timer handle 19d90178 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:03: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:03: [SM] Invalid timer handle 1c4a018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:05: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:05: [SM] Invalid timer handle 4efe018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:10: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:10: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:10: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:10: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:11: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:11: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:11: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:11: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:12: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:12: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:12: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:12: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:12: [SM] Native "GetEntDataVector" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:12: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:12: [SM]   [0]  Line 844, scripts/hgrsource.sp::GetEntityOrigin()
L 04/26/2008 - 05:24:12: [SM]   [1]  Line 692, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:12: [SM] Native "FindDataMapOffs" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:12: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:12: [SM]   [0]  Line 487, C:\Program Files\srcds\cstrike\addons\sourcemod\scripting\include\entity.inc::SetEntPropFloat()
L 04/26/2008 - 05:24:12: [SM]   [1]  Line 730, scripts/hgrsource.sp::Action_Drop()
L 04/26/2008 - 05:24:12: [SM]   [2]  Line 260, scripts/hgrsource.sp::DropCmd()
L 04/26/2008 - 05:24:12: [SM] Native "FindDataMapOffs" reported: Entity 165 is invalid
L 04/26/2008 - 05:24:12: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:24:12: [SM]   [0]  Line 487, C:\Program Files\srcds\cstrike\addons\sourcemod\scripting\include\entity.inc::SetEntPropFloat()
L 04/26/2008 - 05:24:12: [SM]   [1]  Line 730, scripts/hgrsource.sp::Action_Drop()
L 04/26/2008 - 05:24:12: [SM]   [2]  Line 720, scripts/hgrsource.sp::Grabbing()
L 04/26/2008 - 05:24:12: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:12: [SM] Invalid timer handle 4f40017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:12: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:12: [SM] Invalid timer handle 66ca017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:15: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:15: [SM] Invalid timer handle 670c018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:32: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:32: [SM] Invalid timer handle a528018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:34: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:34: [SM] Invalid timer handle a86a017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:35: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:35: [SM] Invalid timer handle b370017b (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:37: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:37: [SM] Invalid timer handle b52b018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:24:41: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:24:41: [SM] Invalid timer handle c892018a (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:26:02: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:26:02: [SM] Invalid timer handle e960182 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 04/26/2008 - 05:26:20: [SM] Native "IsClientInGame" reported: Client index 40 is invalid
L 04/26/2008 - 05:26:20: [SM] Displaying call stack trace for plugin "hgrsource.smx":
L 04/26/2008 - 05:26:20: [SM]   [0]  Line 667, scripts/hgrsource.sp::GrabSearch()
L 04/26/2008 - 05:26:20: [SM]   [1]  Line 664, scripts/hgrsource.sp::GrabSearch()
L 04/26/2008 - 05:26:21: [SM] Plugin "hgrsource.smx" encountered error 23: Native detected error
L 04/26/2008 - 05:26:21: [SM] Invalid timer handle 4f660177 (error 3) during timer end, displayed function is timer callback, not the stack trace
Big error log xD

I use so long the version from naris xD


Greetz
JaY

Last edited by J@y-R; 04-25-2008 at 23:40.
J@y-R is offline
Send a message via ICQ to J@y-R Send a message via MSN to J@y-R
menotyou
Member
Join Date: Jul 2008
Old 07-26-2008 , 15:00   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #78

i get that 2 but seems to work But NEED HELP WITH
ok i am trying to make hl2dm like the oz mod from hl1 ok i need the hook works fine few bugs but oh well. Hear is what i need how do i change the welcome from
[HGR:Source] Is enabled, valid commands are: [+hook] [+grab] [+rope]
To
[HGR:Source] Is enabled, valid commands are: [bind "Q" "+hook"]
Test Server
74.69.142.249:27014 <MNU>Clan Modern Assault*Hook-Mod*
__________________
menotyou is offline
dotISO
Member
Join Date: May 2008
Old 08-31-2008 , 14:57   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #79

Does this work with tf2 ?
dotISO is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 08-31-2008 , 18:53   Re: HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
Reply With Quote #80

Quote:
Originally Posted by dotISO View Post
Does this work with tf2 ?
look up
naris is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:07.


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