Could someone give me some sample code to make a sprite in AMXX?
I tried to make a sprite (env_sprite) with create_entity however if I should use remove_entity
then sometimes the sprite itself doesn't get deleted, in fact even the ones
that do get deleted I don't think really did because they still show up in the
list when you type "entities" in console.
Also how can I make my sprite entity get picked up by get_user_aiming?