Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Grenade help/question

Status
Not open for further replies.
Nobody
Joined
Apr 2, 2013
Messages
509
Reaction score
133
I Put on Grenade.cpp conf.

Again on zombies work but if u playe whit someone game crashes, and if you use + than 2 grenades game crashes too....

Anyone?

Line 81
BOOL obj_Grenade::OnDestroy()
{
if(m_ParticleTracer)
m_ParticleTracer->bKillDelayed = 1;


return parent::OnDestroy();
}

Line 103
if(hit.distance < 5.0f)
closeToGround = true;
 
Status
Not open for further replies.
Back
Top