Well first it gave me potential infinite loop error. Now it works perfect!
Printable View
Well first it gave me potential infinite loop error. Now it works perfect!
1 more..It will add xp's? or just in score?
Score. Read the code
As long as the for( ;; ) has an end, than its not infinite loop. so dont add a wait.
Look for another mistake.
Replace this:
With this:Quote:
for(i = 0; i < self.assist; i++)
EDIT: Didnt realize that the answer already been posted.Quote:
for(i = 0; i < self.assist.size; i++)