because you have to use a pointer for ent_remove.

==>>

Code:

//now you is the pointer to my knife model
you=ent_create("knife.mdl",my.x,attach_weapon);

//now remove you and you is the knife
ent_remove(you);




should work


nipx