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
Здравствуйте. Нужно, чтобы при старте рация была уже включена. Подскажете как сделать посредствам серверной модификации?
Даю персонажу рацию при старте и пытаюсь ее включить:
class CustomMission: MissionServer { override void StartingEquipSetup(PlayerBase player, bool clothesChosen) { ..... //Рация itemEnt = player.GetInventory().CreateInInventory( "PersonalRadio" ); SetRandomHealth( itemEnt ); itemBs = ItemBase.Cast(itemEnt); itemBs.GetInventory().CreateAttachment( "Battery9V" ); itemBs.SwitchOn(true); } }
но не работает.
Share this post
Link to post
Share on other sites