You need to do it like this:
Code:
you = ent_create("blablabla.mdl",nullvector,null);

if(you)
{
vec_scale(you.scale_x,0.5);
}