Search results

  1. salva

    Approved Untitled Servername

    Hi Dretax ,I would be grateful if you could add mine. ServerIP: 108.61.97.7 ServerPort: 28016 Using RustBuster?: No (will be migrated in 7 days) Fougerite Server?:Yes
  2. salva

    Solved Checking if a player has an item in their inventory (C#)

    I do not know exactly how to find out if an inventory contains something, the only thing that has occurred to me is the following code but it does not work. Does anyone know the right way to do this? Thank you if (player.Inventory.Items.Contains("M4")) //ERROR this line {...
  3. salva

    Solved Help me with my plugin (C#)

    I'm developing a plugin (ConnectionTools) to control VPN / proxy and Geo Location, but I have some problems: When a player connects, causes the server lag at all, sometimes it is 0.2 sec, and sometimes 2 sec ... perhaps, by the ping response IPHUB? some way to do this in the background to...
  4. salva

    Solved Someone translate PortalGun from Python to C#

    Hello, someone would know to successfully translate this piece of code in Python Portalgun of Jakkee, translate to C #? Thank you hit = UnityEngine.Physics.RaycastAll(Player.PlayerClient.controllable.character.eyesRay) if len(hit) > 0: hit[0].point.y += 2...