Move Object Problem for ID 0
#2

You should start your loop with x=0 instead of x=-1.
You're having this statement: tCP[DAM] == gTeam[x]

This will try to access gTeam[-1] and that will cause an intern crash, and the function will stop working.
Reply


Messages In This Thread
Move Object Problem for ID 0 - by Thoma - 12.02.2015, 17:11
Re: Move Object Problem for ID 0 - by Schneider - 12.02.2015, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)