Search results

  1. Jakkee

    Add Item Gun Custom Slot & Condition

    So it adds mods to the weapon? But can't get it to spawn in hotbar? Try spawning it in slot 36 I think is the first slot in the hotbar (Check code of battlefield server kit for slot numbers)
  2. Jakkee

    Add Item Gun Custom Slot & Condition

    Maybe this? ItemDataBlock weapon = DatablockDictionary.GetByName("M4"); #Look up weapon weapon.ITEM_TYPE.SetUses(int count); #Set how much ammo is loaded in the weapon weapon.ITEM_TYPE.SetTotalModSlotCount(int count); #Set how many mods slots you'd like weapon.ITEM_TYPE.SetCondition(float...
  3. Jakkee

    Add Item Gun Custom Slot & Condition

    Do you need to add weapon mods? If not use this: Inventory Pinventory = player.Inventory.InternalInventory #Get Player inventory ItemDataBlock itemlookup = DatablockDictionary.GetByName("M4"); #Look up weapon IInventoryItem itemdata = Pinventory.AddItem(itemlookup, int slot, int amount); #Add...
  4. Jakkee

    Add Item Gun Custom Slot & Condition

    Inventory Pinventory = player.Inventory.InternalInventory #Get Player inventory ItemDataBlock itemlookup = DatablockDictionary.GetByName("M4"); #Look up weapon IInventoryItem itemdata = Pinventory.AddItem(itemlookup, int slot, int amount); #Add weapon to player inventory itemdata.SetUses(int...
  5. Jakkee

    Drop ++ Plugin Eror!

    Redownload Fougerite to get the Drop++ files
  6. Jakkee

    MoonSharp Plugin Eror!!!

    Post code? Is this an oxide plugin?
  7. Jakkee

    Approved AdminPlus

    I'll work on fixing it but can't do any tests as I do not have players to test it with. If you need this plugin now, use V1.8.6
  8. Jakkee

    Fougerite Official

    Errors in logs/console?
  9. Jakkee

    Approved AdminPlus

    wut da fuq, That's my bad I can't test with actual players, Use V1.8.6: http://fougerite.com/resources/adminplus.27/history
  10. Jakkee

    Problem In Connect To My Server

    is your ports open?
  11. Jakkee

    Is it possible Fougerite in Linux? (WINE OR NATIVE)

    Fougerite hooks into the server just like RustBuster hooks into the client ;)
  12. Jakkee

    Approved DestroySystem

    Possible but you'd need to rewrite the On_EntityHurt function
  13. Jakkee

    Connecting two players with one ip

    What does your logs say?
  14. Jakkee

    Need Some Help With Plugins And Server Configs

    try +crafting.instant true
  15. Jakkee

    Need Some Help With Plugins And Server Configs

    Or add it to your .Bat @echo off rust_server.exe -batchmode -hostname "My Server" -maxplayers 50 -port 28015 -datadir "serverdata/" -rcon.password "Password123" -crafting.instant true Assuming you are using DonatorRank, it is probably because everyone has the same SteamID. I am slowly updating...
  16. Jakkee

    RustBuster.exe detected as a trojan

    Ah, Got ya I've asked DreTaX awhile back to upload his work to an Anti Virus website thingy to be check and then they push that info to anti virus programs I have no idea how long that process takes and I guess it also depends if the user is using a cracked anti virus that doesn't update I...
  17. Jakkee

    RustBuster.exe detected as a trojan

    Since day one of release it was detected as a Trojan, I think it has something to do with the .exe moving/downloading new files I have added it to my Anti Virus ignore list But if you don't think it is safe, Then don't use it I think that type of detection is a warning that it is possibly a trojan
  18. Jakkee

    lag when players join server

    Do you have the full error in output.log ? Able to attach the file here
  19. Jakkee

    Solved VERY weird RustBuster Bug !

    Thanks for the report, Fixed the next update
  20. Jakkee

    Solved Banned while watching a YouTube video

    This is fixed in the next update, Thanks for the report