public static bool Create(Vector3 position, float size) { return(MtaClient.CreateFire(position.X, position.Y, position.Z, size)); }