Search results

  1. Jakkee

    connecting problem

    No idea then, Normally it'll say in logs or in Console what has happened that caused it to not connect
  2. Jakkee

    how to add two ammos to pipe shotgun

    What server?
  3. Jakkee

    connecting problem

    What does F1 Console say? Failed to connect?
  4. Jakkee

    how to add two ammos to pipe shotgun

    It should be possible, I can't see why it can't be done And you can do stacks bigger than 250 ;)
  5. Jakkee

    connecting problem

    Plugin code? What happens when someone joins?
  6. Jakkee

    connecting problem

    Well what happens when they join your server? Are you using a client plugin to download your server map so the client has the textures and stuff?
  7. Jakkee

    Problem in Plugin

    You're going to need using blah1; using blah2; Class something something { private bool fpsBoostActive = false; private bool loadDefault = true; //Rest of code } And probably some code to show the GUI on the players screen
  8. Jakkee

    Problem in Plugin

    You're going to need a little more code than that, Reference; RB UnityEngine Assembly Csharp
  9. Jakkee

    connecting problem

    Error?
  10. Jakkee

    Adding stuff to the game

    I don't have access to the assembly atm, Just posting a way of doing it without adding to the spawn list
  11. Jakkee

    Adding stuff to the game

    (Serverside plugin) - Create dictionary of xyz locations of boxes - On_PluginInit - Check locations for those boxes - If no box, Spawn - On_Loot - if loot box xyz is on dictionary - create timer of X minutes with box xyz - On_TimerCallback - Get timer arguments - Get lootbox spawn location - Spawn
  12. Jakkee

    Adding stuff to the game

    @salva
  13. Jakkee

    There Was An Error, Please Disable Your AV And Try Again.

    By talking to them, But that should last resort. Maybe just your modem's firewall?
  14. Jakkee

    Adding stuff to the game

    If you know how to code and how unity works it'll be some what easy, At the moment there's no simple way. You'll have to create a unity assets/bundle of the object and then create a RB Client plugin to import it into the client side
  15. Jakkee

    There Was An Error, Please Disable Your AV And Try Again.

    Maybe your ISP is blocking your connections
  16. Jakkee

    Adding stuff to the game

    Yes :) Very possible, New objects have been added in so I can't see why items can't be added
  17. Jakkee

    There Was An Error, Please Disable Your AV And Try Again.

    Probably failed to connect to master server to check for updates, Double check you don't have anti virus Norton normally comes with every pc
  18. Jakkee

    НWID

    Are you doing it through a client plugin or server side plugin?
  19. Jakkee

    mhow to make server with password?

    People can make it, it's just no one wants to make it. The only way I see is freeze the player when they join and make them do /password hello And then unfreeze or they'll be kicked
  20. Jakkee

    Anti Spawn Bug Plugin

    truth.enforce true