Players / Objects issue.
#5

Sounds like you are creating objects and not deleting them. When the issue happens use a small command to see what id your objects are up to.

Код:
CMD:ocount(playerid, arg[])
{
	printf("There are %i objects currently created", Streamer_CountItems(STREAMER_TYPE_OBJECT, 1);
	return 1;
}
Reply


Messages In This Thread
Players / Objects issue. - by iLearner - 12.06.2017, 12:26
Re: Players / Objects issue. - by Sew_Sumi - 12.06.2017, 12:35
Re: Players / Objects issue. - by iLearner - 12.06.2017, 13:35
Re: Players / Objects issue. - by iLearner - 12.06.2017, 16:25
Re: Players / Objects issue. - by Pottus - 12.06.2017, 17:58
Re: Players / Objects issue. - by iLearner - 12.06.2017, 21:41
Re: Players / Objects issue. - by Pottus - 13.06.2017, 16:52
Re: Players / Objects issue. - by iLearner - 13.06.2017, 16:58
Re: Players / Objects issue. - by Abagail - 13.06.2017, 17:33
Re: Players / Objects issue. - by iLearner - 13.06.2017, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)