Search results

  1. xandeturf

    Fougerite Official

    Glithfix does not block wallLoot, was working on the ban but did not get much success. Anything remarked on the GlithFix topic.
  2. xandeturf

    Help

    win 7 is bug in UAC. format to Win 8 or Win 10.
  3. xandeturf

    Improvements

    3 - rb.unban/rb.ban console command for name and hwid. 6-Prohibit non-RustBuster players from using commands.
  4. xandeturf

    Get player position in On_PlayerKilled (C #)

    use transform.position in Location, example : attacker.transform.position
  5. xandeturf

    Fougerite Official

    I get this error when I break a SpikeWall. No NGC View with id NGC ViewID 121176497 (1849:434) to send RPC "ClientHealthUpdate"
  6. xandeturf

    RustBuster Report Bug's

    I have several players and only 1 player took ban for 7803. It is very difficult to interfere with some other program. Since you know him well, of an unban and tell him to do the same procedures when he took ban.
  7. xandeturf

    Placing opbject on your self [BUG]

    I will release codes to update the Glitchfix, yes there are several gliths that Glitchfix does not block.
  8. xandeturf

    Improvements

    ok :]
  9. xandeturf

    Improvements

    If possible it would help, I'm available on Hangouts.
  10. xandeturf

    Improvements

    Just a few functions, like I've never done something like that, I do not know how to do it quickly, but I believe that until Friday I can finish it.
  11. xandeturf

    Improvements

    I finished the look. Suggestions and critics are welcome!! Now I will make the basic things work, such as translation system, get the current version of RB, and check version. In WebBrownser shows the latest versions of RustBuster.
  12. xandeturf

    Fougerite Official

    Are not you getting errors on the server console? I have not updated my fougerite server yet, but I will be testing
  13. xandeturf

    Improvements

    example: http://orig15.deviantart.net/1272/f/2014/257/d/a/dacdcffe4a687bf89ea4b0c77cb79fba-d7z6gqr.jpg I create the appearance of buttons and functions and you end? @DreTaX
  14. xandeturf

    Improvements

    example: a customized..
  15. xandeturf

    Improvements

    Creating a visual patcher with language switching options would be very useful. Anybody want to help me? I will create the repository to develop when I leave to home.
  16. xandeturf

    Adding new objects

    Prefabs available for spawns This is in NetCull.AutoPrefabs.all, This private but posting public to see. The guy who creates is RustLoader function OnResourcesLoaded()
  17. xandeturf

    Adding new objects

    I found some things that can do this. This procedure prefixes the prefabs within the game. uLinkNetworkView[] uLinkNetworkViewArray = Bundling.LoadAll<uLinkNetworkView>(); for (int k = 0; k < (int)uLinkNetworkViewArray.Length; k++) { uLinkNetworkView...
  18. xandeturf

    Solved World.AirdropAt

    i not use python D: , my test was in C#. try World.CallAirDropAt(pos) or World.SupplyDropZone.CallAirDropAt(pos) pos Should not it be a Vector3?
  19. xandeturf

    Solved World.AirdropAt

    @DreTaX I noticed that the Hook OnAirdropCalled does not detect SupplyDrop is there any other way to detect the SupplyDrop? If the answer is not, would it be possible to update?
  20. xandeturf

    Solved World.AirdropAt

    i not use python. But try this. If it does not work remove the ("World.AirdropAt (5000, 400, 5000)") and verify that the timer is working correctly. import clr import sys import System clr.AddReferenceByPartialName("Fougerite") import Fougerite class Advertise: def On_PluginInit(self)...