Search results

  1. samvds

    Approved Auto Announces

    How do I set it up so that it announces the next line each time the timer is up?
  2. samvds

    Approved DeathMSG

    Got it! You guys are an amazing community, happy to be a part of it. Verstuurd vanaf mijn SM-G935F met Tapatalk
  3. samvds

    Approved DeathMSG

    I'll look into it! Verstuurd vanaf mijn SM-G935F met Tapatalk
  4. samvds

    Approved DeathMSG

    And how might I do this?
  5. samvds

    Approved DeathMSG

    Can I colourize "Settings.ini"?
  6. samvds

    Solved Need help with an error when loading my plugin. (Python)

    Works like a charm! ;) Thanks a bunch DreTax!
  7. samvds

    Get field

    You mean you want to edit the distance from which you can still see the LWSB? If I'm not mistaken. Verstuurd vanaf mijn SM-G935F met Tapatalk
  8. samvds

    Is there a hook for a player's first connect?

    Im such an idiot Verstuurd vanaf mijn SM-G935F met Tapatalk
  9. samvds

    Is there a hook for a player's first connect?

    http://prntscr.com/i9z8cu :(
  10. samvds

    car in legacy

    Hook me up! Verstuurd vanaf mijn SM-G935F met Tapatalk
  11. samvds

    car in legacy

    This is a good source of inspiration: Would love to see this happen!
  12. samvds

    New Maps

    Can we do this? That's the question I have!
  13. samvds

    Is there a hook for a player's first connect?

    Sounds good! Thanks Verstuurd vanaf mijn SM-G935F met Tapatalk
  14. samvds

    Supporting old rust

    I know of one server hosted in Ukrain that has mods on the v19 server. The man that hosts it wasn't very willing to share. But you might be able to get something from just the server: https://vk.com/rust_zomb Please also take into account the white wolves, no mountains @tanks, different loot...
  15. samvds

    Is there a hook for a player's first connect?

    It was already a reply, but thanks for mentioning him again! haha.
  16. samvds

    Solved Need help with an error when loading my plugin. (Python)

    A team effort, feel free to use it!
  17. samvds

    Is there a hook for a player's first connect?

    Tried to just use the script, didn't work: Made a few adjustments, hoped it would work then: __name__ = 'FirstConnectMSG' __author__ = 'ice cold' __version__ = '1.1' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite import re cyan = "[color#00ffff]" green =...
  18. samvds

    Solved Need help with an error when loading my plugin. (Python)

    Please help! Can't seem to find the error... https://github.com/samvds/JoinAlert/blob/master/JoinAlert.py
  19. samvds

    Is there a hook for a player's first connect?

    Thanks a bunch, will look into the hooks used in the plugin.
  20. samvds

    Is there a hook for a player's first connect?

    I want to develop a plugin that sends the player a message at first connect, therefore I need a hook that refers to the player's first connection made to the server. Like "On_PlayerConnected" but then "On_PlayerFirstConnected" or something like that. Can't seem to find it in the documentation...