Thread
:
botman's bot10 for linux
View Single Post
Re: botman's bot10 for linux
(#
2
)
Pierre-Marie Baty
Roi de France
Status:
Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Re: botman's bot10 for linux -
05-01-2004
congratulations!
I bet your crash problems will vanish away if instead of testing the edict_t pointers validity with
Code:
if (pEdict == NULL) // invalid entity
you do it like this instead
Code:
if (FNullEnt (pEdict)) // invalid entity
</hint>
RACC home
-
Bots-United
: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
Pierre-Marie Baty
View Public Profile
Send a private message to Pierre-Marie Baty
Visit Pierre-Marie Baty's homepage!
Find More Posts by Pierre-Marie Baty