VEN, one problem, didnt work <.<
I made it like:
Code:
new Float:barorigin[3] = { -339.0, -835.0, -47 }
Code:
public remove_Bar()
{
remove_entity(find_ent_in_sphere(-1, barorigin, 0.0))
}
and it didnt work, but said tag mismatch of the new Float:barorigin thingy <.<
__________________