View Single Post
Re: its driving me nuts !
Old
  (#6)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: its driving me nuts ! - 02-01-2005

ALL of them are required to be in the table, since you can't pass only PART of the table to the game DLL code.

You CAN however, copy the contents (function pointers) of the original table into your hooked DLLs version of the table and simply replace the ones you want to override, but you can't just comment out some of them and leave that slot in the table empty.

botman
  
Reply With Quote