Jump to content

xKOKO159

Member
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

xKOKO159's Achievements

Rookie

Rookie (2/15)

  • Collaborator
  • First Post
  • Conversation Starter
  • One Year In
  • One Month Later

Recent Badges

0

Reputation

  1. xKOKO159

    2x stack problem

    Hello, I hope you have a nice day, sorry to bother you. Your plugin is very nice and I liked it very much and I started using the plugin on my 2x server, but something like this happens when the coal in the stove reaches 1000, the oven automatically stops because my stacks are 1x. to config When the number of coals in the stove reaches 1000, it does not have to be just 1000. It may vary depending on the stack multiplier on the server. After all, when the amount of coal runs out, can you add something that will automatically stop coal production and keep the furnace running?
  2. xKOKO159

    Stacks

    Bulk stack increase: It's the best heap plugin I've seen so far, but I think adding bulk heap boost to the configuration would make it much more useful. For example, when making adjustments, I want to make all food multipliers 2x, but for this I need to adjust them one by one, It gets even longer when components, bullets or other things are involved
  3. xKOKO159

    ı'm not free enough

    I have a 10x server and "furnace": { "Multiplier": 150, "Charcoal": 150 }, I want to edit it like this, but the plugin does not allow it.
  4. xKOKO159

    ADMİN TRADE

    How can I enable admins to use trade? Can you add something to the config for this?
  5. xKOKO159

    An error ı dont understand

    { "Msg.TradeIntro": "Ticarete başlamak için, <color=#81B67A>/trade <Kullanıcı Adı veya Steam ID></color> yazın.", "Msg.TradeRequestSent": "<color=#81B67A>{0}</color> adlı kişiye ticaret isteği gönderdiniz.", "Msg.TradeRequestReceived": "<color=#81B67A>{0}</color>, sizinle ticaret yapmak istiyor!\n<color=#81B67a>/trade yes</color> - İsteği kabul et.\n<color=#DA5757>/ticaret no</color> - İsteği reddet.", "Msg.TradeSuccessful": "<color=#81B67A>{0}</color> ile yaptığınız ticaret başarılı.", "Msg.TradeTimeoutVendor": "<color=#81B67A>{0}</color>, ticaret isteğinize cevap vermedi.", "Msg.TradeTimeoutCustomer": "<color=#81B67A>{0}</color> adlı kişinin ticaret isteğine cevap vermediniz.", "Msg.TradeCancelledVendor": "<color=#81B67A>{0}</color>, bir ticaret isteğini iptal etti.", "Msg.TradeCancelledCustomer": "Bir ticaret isteğini iptal ettiniz.", "Msg.TradeInterrupted": "Ticaret kesintiye uğradı!", "Msg.You": "<color=#81B67A>Siz</color>", "Msg.YourPartner": "<color=#81B67A>Ticaret ortağınız</color>", "Error.NoPerm": "{0}, ticaret yapma iznine sahip değil.", "Error.NoSuchPlayer": "Böyle bir oyuncu bulunamadı veya çevrimdışı.", "Error.Ignored": "Oyuncu sizi görmezden geliyor.", "Error.MultiplePlayers": "Bu isimle birden fazla oyuncu bulundu!\nLütfen aramanızı daraltın veya Steam Kimliği kullanın.", "Error.SelfTrade": "Açıkçası, kendinizle ticaret yapamazsınız :)", "Error.NoPendingRequest": "Bekleyen bir isteğiniz yok.", "Error.CantTradeInWater": "{0}, su içinde ticaret yapamaz!", "Error.CantTradeInBuildingBlock": "{0}, Yapı Önleyici bölgesindeyken ticaret yapamaz.", "Error.CantTradeInAir": "{0}, uçarken ticaret yapamaz.", "Error.CantTradeWounded": "{0}, yaralıyken ticaret yapamaz.", "Error.CantTradeSleeping": "{0}, uyurken ticaret yapamaz.", "Error.CantTradeInVehicle": "{0}, taşıt içinde ticaret yapamaz.", "Error.CantTradeDead": "{0}, ölüyken ticaret yapamaz.", "Error.CantTradeOffline": "{0}, çevrimdışı.", "Error.CantTradeRightNow": "{0}, şu anda ticaret yapamaz.", "Error.TradeCooldown": "Ticaret bekleme süresinde. Lütfen <color=#81B67A>{0:mm:ss}</color> bekleyin.", "Error.TooFar": "{0}, sizden çok uzakta.", "Error.UnknownCommand": "Tanınmayan komut.\nLütfen <color=#81B67a>/trade yes</color> veya <color=#DA5757>/trade no</color> yazın." } I made changes but I didn't see anything strange.
  6. xKOKO159

    An error ı dont understand

    Failed to call hook 'CmdChatTrade' on plugin 'Trade v1.2.15' (FormatException: Input string was not in a correct format.) at System.Globalization.TimeSpanFormat.FormatCustomized (System.TimeSpan value, System.String format, System.Globalization.DateTimeFormatInfo dtfi) [0x00357] in :0 at System.Globalization.TimeSpanFormat.Format (System.TimeSpan value, System.String format, System.IFormatProvider formatProvider) [0x00096] in :0 at System.TimeSpan.ToString (System.String format, System.IFormatProvider formatProvider) [0x00015] in :0 at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x0029f] in :0 at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in :0 at System.String.Format (System.String format, System.Object[] args) [0x00020] in :0 at Oxide.Plugins.Trade._ (System.String key, BasePlayer player, System.Object[] args) [0x0002c] in <28a8312b615444b9a7efcc3613acc8b0>:0 at Oxide.Plugins.Trade.CanPlayerTrade (BasePlayer player, BasePlayer requestor) [0x0034b] in <28a8312b615444b9a7efcc3613acc8b0>:0 at Oxide.Plugins.Trade.CmdChatTrade (BasePlayer player, System.String command, System.String[] args) [0x0025d] in <28a8312b615444b9a7efcc3613acc8b0>:0 at Oxide.Plugins.Trade.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0027b] in <28a8312b615444b9a7efcc3613acc8b0>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 I keep getting this error in console
  7. xKOKO159

    Always Bonus

    Hi, when i break any ore it sounds and looks like i'm hitting the hotspot but it doesn't really hit the hotspot every time What i mean is if we grab a pickaxe and hit the hot spot We can break the stone in 5 hits but the logic of hitting the hotspot which is the purpose of the pluginnot working 10 hits break a stone
  8. xKOKO159

    Pickup rewards is broken

    İnsanlar yerden bir şey aldıklarında veya hasat ettiklerinde ödül almazlar.
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.