View Single Post
Re: hacking monster_plugin
Old
  (#4)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: hacking monster_plugin - 09-11-2004

first off keep in mind that I am a php dev and a newbie C hacker...

but

printf("*** MONSTER TEAM IS %i\n",pev->team);
printf(
"*** MONSTER'S ENEMY TEAM IS %i\n",pEnt->v.team);

these return data...






  
Reply With Quote