Streamer causing bugs
#1

Okay so I am having a few problems with incognitos streamer.

Lets say a player sean places his boombox it calls this code

pawn Код:
playersBoombox[playerid] = CreateDynamicObject(...);
then he leaves the area he placed his boombox while another player called David decides they want to pick their boombox up. it calls

pawn Код:
DestroyDynamicObject(playersBoombox[playerid]);
Sean comes back to his boombox and decides he wants to pick it up as well but since the object isn't streamed for anybody it gets recreated with a different id and is unable to do it.

I hope this makes sense for you but pretty much when an object gets deleted other objects that aren't streamed in for any players the ids get shifted around. Not modelids objectids.

Is there any way to stop this without using CreateObject instead?
Reply


Messages In This Thread
Streamer causing bugs - by r3ct - 09.03.2014, 04:36
Re: Streamer causing bugs - by ChandraLouis - 09.03.2014, 06:30
Re: Streamer causing bugs - by ColeMiner - 09.03.2014, 07:13
Re: Streamer causing bugs - by Aerotactics - 09.03.2014, 08:43
Re: Streamer causing bugs - by r3ct - 10.03.2014, 01:59

Forum Jump:


Users browsing this thread: 1 Guest(s)