04.04.2013, 17:50
(
Последний раз редактировалось Shockey HD; 04.04.2013 в 18:35.
)
Alright, what do you recommend me to look at?
Give me the right direction to be searching.
I added a break; on the loop:
Seemed to fix that issue although now my pick ups are not loaded,
Any new ideas?
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; }
Any new ideas?