Black-Cell.net

  • December 03, 2023, 01:43:18 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: SSGM plugin; void ObjectHookCall(void *data,GameObject *obj) {  (Read 11090 times)

Reborn

  • Donator
  • Offline Offline
  • Posts: 200
    • View Profile
    • http://www.bouncycastlehirebexley.co.uk

Does anyone know how to fix the following problem?

void ObjectHookCall(void *data,GameObject *obj)  in the SSGM plugin example is kinda weird when a beacon is created.
Instead of listing the invisible_object that is created first, then the beacon gameobject, it lists the exact same invisible object with the exact same Object ID twice. Meaning you can't use that hook to catch beacons.

However, in SSGM, it does not have this problem. As far as I can see, they are identicle, too.
Logged

Reborn

  • Donator
  • Offline Offline
  • Posts: 200
    • View Profile
    • http://www.bouncycastlehirebexley.co.uk
Re: SSGM plugin; void ObjectHookCall(void *data,GameObject *obj) {
« Reply #1 on: March 07, 2010, 09:11:43 PM »

Apparently it's something to do with bhs.dll, because when you place a beacon, it crates an invisible object which in turn creates the beacon object.
No one has the source to bhs.dll anymore, so it's kinda fucked. :-(
Logged

bmruze

  • Renegade Server Moderator
  • Offline Offline
  • Posts: 993
    • View Profile
Re: SSGM plugin; void ObjectHookCall(void *data,GameObject *obj) {
« Reply #2 on: March 12, 2010, 06:01:52 AM »

Someone should find the source to BHS.dll
Logged
Pages: [1]   Go Up