function On_EntityDeployed(Player, Entity) {
if (Entity.Name == "SleepingBagA"){
Player.Message("Sleeping bags are banned from this server!");
Entity.Destroy();
Player.Inventory.AddItem("Cloth", 15);
Player.InventoryNotice("+ 15 Cloth");
}
else if (Entity.Name == "SingleBed"){
Player.Message("Beds are banned from this server!");
Entity.Destroy();
Player.Inventory.AddItem("Cloth", 40);
Player.Inventory.AddItem("Metal Fragments", 100);
Player.InventoryNotice("+ 40 Cloth");
Player.InventoryNotice("+ 100 Metal Fragments");
}
}
He could have a GSP that hasn't added Fougerite as a mod option for Rust. There are several that still don't know about it. Should have a list of GSP's in the wikia that have added Fougerite. If someone knows...let me know and Ill add them to it.I still dunno why are u using Magma.
Sent from my Samsung Galaxy S4
- Streamline, In their Mods sectionHe could have a GSP that hasn't added Fougerite as a mod option for Rust. There are several that still don't know about it. Should have a list of GSP's in the wikia that have added Fougerite. If someone knows...let me know and Ill add them to it.