Thread
:
Bug-NUM_FOR_EDICT Error: Bad Pointer
View Single Post
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
(#
95
)
Austin
Moderator
Status:
Offline
Posts: 403
Join Date: Nov 2003
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer -
20-05-2004
BTW, to force a break in your code just call interupt 3:
__asm
{
int 3h
}
MSVC has an easy way to do this...
DebugBreak();
Austin
View Public Profile
Send a private message to Austin
Visit Austin's homepage!
Find More Posts by Austin