New event options for updateSolved
Add CH47 and Cargo ship event

        private void SpawnShip()
        {
            var x = TerrainMeta.Size.x;
            var vector3 = Vector3Ex.Range(-1f, 1f);
            vector3.y = 0.0f;
            vector3.Normalize();
            var worldPos = vector3 * (x * 1f);
            worldPos.y = TerrainMeta.WaterMap.GetHeight(worldPos);
            var entity = GameManager.server.CreateEntity("assets/content/vehicles/boats/cargoship/cargoshiptest.prefab", worldPos);
            entity?.Spawn();
        }​
I made updated version, can you @Wulf update it?
In response to Orange ():
I made updated version, can you @Wulf update it?
Can your version?
In response to GermanRuss ():
Can your version?
PM-ed
does anyone have the config file on how to put it for cargoship event and chinook event, im not getting any events except occassionally airdrops but i assume that has to do with the voteday options?
In response to captfoxx ():
does anyone have the config file on how to put it for cargoship event and chinook event, im not gett...
pm-ed
i appreciate it @Orange
In response to Orange ():
I made updated version, can you @Wulf update it?
Please update, this plugin is really great,thank you...Mr Orange
In response to Arainrr ():
Please update, this plugin is really great,thank you...Mr Orange
Trying to claim it :)
In response to Orange ():
Trying to claim it :)
Hey,

Can you send me the version which has ch47 and cargo ship?

Many thanks
In response to BugsyGamingHD ():
Hey,

Can you send me the version which has ch47 and cargo ship?

Many thanks
I deleted it ~ a week ago, i will code new one for release soon :)

Merged post

@Ailtop@BugsyGamingHD, sended in PM
Locked automatically