getting an error in f1 console
no gibs for: cl assests/bundled/prefabs/autospawn/resouce/loot/trash-pile-1.prefab
no gibs for: cl assests/prefab/misc/supply drop/supply_drop.prefab
no gibs for: cl assests/prefab/misc/supply drop/supply_drop.prefab
any idea how to fix it plugin seams to be working fine
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
Got a working version here, after the update. Compiles, not sure if anything else is wrong.
Attached Files:
-
-
Thanks Canopy but it makes some mysterios things
Code:void BroadcastToChat(string msg) { PrintToChat("chat.add \"SERVER\" " + rust.QuoteSafe(msg) + " 1.0", new object[0]); }
-
[DOUBLEPOST=1468834061][/DOUBLEPOST]So that would be this
Code:void BroadcastToChat(string msg) { PrintToChat("\"SERVER\" " + rust.QuoteSafe(msg) + " 1.0", new object[0]); }
-
Airdrops are falling through the world after a brief period of landing on a base. Doesn't happen when plugin is unloaded.
-
Now getting this error, any fix on the way ? (plugin update ?) have no ftp access
AirdropControl - Failed to compile: AirdropControl.cs(180,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast' -
Hi, I've installde this plugin but it hasn't automatically generated a configuration file :/
-
how do you get this to work? it doesnt make a config file for me after i install it and run the server?
thanks in advance -
-
-
-
-
AirdropControl - Failed to compile: AirdropControl.cs(180,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
-
-
[Oxide] 22:12 [Error] AirdropControl.cs(177,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast' -
now:
[Oxide] 22:12 [Error] AirdropControl plugin failed to compile!
[Oxide] 22:12 [Error] AirdropControl.cs(177,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast' -
Are you using any other airdrop plugin that conflicts with this? -
[DOUBLEPOST=1471465570][/DOUBLEPOST] -
[Oxide] 02:24 [Error] AirdropControl plugin failed to compile!
[Oxide] 02:24 [Error] AirdropControl.cs(359,28): error CS1501: No overload for method `Spawn' takes `1' arguments -
Got a version that compiles here for the update.
Attached Files:
-