I've made a streamer but there is a problem in there..
#1

Hello, I've made an object streamer but the object aren't coming full.. I mean example..

* = an Object ( a long way )

***** ** * ** ** ******************* ** * ** * *** * **

It's a long way but not all objects are spawning sometimes, what can be the problem?
Reply
#2

Nobody can see if you don't post the code.
Reply
#3

ok, I solved that problem but now something else..

There is a lot of crash with this streamer i maded, can you something bad in this,

I think the problem is here..?

Код:
public R_CreateStreamedObject(cModel,Float:cX, Float:cY, Float:cZ, Float:crX, Float:crY, Float:crZ)
{
	if(ObjeSayisi < MAX_KURULACAKOBJE)
	{
	  Obje[ObjeSayisi][oID]	= cModel;
	  Obje[ObjeSayisi][oX]	= cX;
	  Obje[ObjeSayisi][oY]	= cY;
	  Obje[ObjeSayisi][oZ]	= cZ;
	  Obje[ObjeSayisi][rX]	= crX;
	  Obje[ObjeSayisi][rY]	= crY;
	  Obje[ObjeSayisi][rZ]	= crZ;
	  ObjeSayisi++;
 	}
	else return -1;
  return ObjeSayisi-1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)