Well....I think my ped constructor went wrong......
I constructed ped like this
secs[10] = new Ped("SWAT01SMY", pedvecs[10], 159.3015f);
I think String type of ped name is wrong, should I use model name like this, exactly same with file name?
s_m_y_swat_01_p
+) Oh, now I gotit.
I missed that I ped model name structure is kinda different from vehicles. I gotta try with using file names.