if(mouse_left == 1) or if(mouse_right == 1)

if(shoot)
{
bullet = ent_create("model.mdl", vector_pos, action_bullet);
vec_set(bullet.pan, tank.pan);
}

*action_bullet actually moves the bullet..ofc smile



Ubi bene, ibi Patria.