Thread: [Help] Error
View Single Post
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 10-15-2015 , 01:16   Re: [Help] Error
Reply With Quote #4

Not sure what you were trying to do but your pushing decal into an array(1) everytime it spawns. Then your pushing in kv entries into another array(2). Then your using the size of array(2) to loop through the indexes on array(1). The size will always be different, it's why your getting array errors. I don't know what your trying to accomplish but i think you need to do a different way.
__________________
Chaosxk is offline