Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
-
Our picks
Добавил на сервер мод BaseFurnitureMods. Версия сервера 1.18. При запуске выдаёт ошибку: "Can't compile "World" script module. Skyline_Furniture_Base\scripts\4_world\fridgekit.c(53): Overloaded function 'OnPlacementComplete' not compatible". Кто поможет?) Буду очень благодарен) Код по этому пути ниже
override void OnPlacementComplete( Man player ) { super.OnPlacementComplete( player ); PlayerBase pb = PlayerBase.Cast( player ); if ( GetGame().IsServer() ) { PlayerBase player_base = PlayerBase.Cast( player ); vector position = player_base.GetLocalProjectionPosition(); vector orientation = player_base.GetLocalProjectionOrientation(); Furniture_Fridge_Kit1 = GetGame().CreateObject("Skyline_Fridge", pb.GetLocalProjectionPosition(), false ); Furniture_Fridge_Kit1.SetPosition( position ); Furniture_Fridge_Kit1.SetOrientation( orientation ); } SetIsDeploySound( true ); }
Share this post
Link to post
Share on other sites