Loop issue.
#3

Alright, what do you recommend me to look at?

Give me the right direction to be searching.

I added a break; on the loop:
Код:
	for(new d=0;d<MAX_DOORS;d++)
    {
        new string[128];
 		format(string, sizeof(string),"Door_%d Loaded",d);
 		printf(string);
		Door_Spawn(d);
		break;
 	}
Seemed to fix that issue although now my pick ups are not loaded,


Any new ideas?
Reply


Messages In This Thread
Loop issue. - by Shockey HD - 04.04.2013, 17:37
Re: Loop issue. - by ReneG - 04.04.2013, 17:49
Re: Loop issue. - by Shockey HD - 04.04.2013, 17:50

Forum Jump:


Users browsing this thread: 2 Guest(s)