Help Wanted

Need help fixing a problem w/3D game – kurtp2003

kurtp2003
Member

Posts: 48
From: minnesota, US
Registered: 01-20-2006
Hey,
I've been working on an FPS game in BLitz 3D, but I'm having a slight problem- if I try to delete the bullets whe they hit something, I get error saying "object does not exist". The object it hits, however, is deleted without any problem.

<a href="http://kurtp2003.googlepages.com/FPS_TEST.zip">Source Code</a>

Can someone help me out here?

BTW, if you want an executable, then ask.

buddboy

Member

Posts: 2220
From: New Albany, Indiana, U.S.
Registered: 10-08-2004
BTW, its [ url ] (without space) not <a href>

------------------
WARNING:

RADIOACTIVE IE AHEAD!
--------------------
#include <spazz.h>

int name()
{
char name['B','u','d','d','B','o''y']

kurtp2003
Member

Posts: 48
From: minnesota, US
Registered: 01-20-2006
dangit, I'm used to html...
kurtp2003
Member

Posts: 48
From: minnesota, US
Registered: 01-20-2006
Oh, and nevermind, I solved the problem now. Just put the delete command in the wrong place.