Hi guys ,
why when i use this line of code (1) i have no problem but when i use second line of code, engine can not open sprite :


(1)
Code:
ent_create("fire.tga", vector(0,0,0), fire_loop);



(2) problem is here .
Code:
ent_create("fire+5.tga", vector(0,0,0), fire_loop);



and picture is here :
http://up.iranblog.com/images/6926zlzu2my91ji3898v.tga

thanks . laugh