1. rust.SendChatMessage(player, "Hello", null, "76561197962021169");
     
  2. Wulf

    Wulf Community Admin

    Sorry, rushed it there. rust.SendChatMessage(player, "Hello", null, "76561197962021169");
     
  3. I said that already, didn't I :p
     
  4. Wulf

    Wulf Community Admin

    Yes, but didn't see your post.
     
  5. Hello. I create a new profile from the server the avatar (in steam), but for some reason, the avatar displays a standard (question mark), how to fix this?
    [DOUBLEPOST=1458914059,1458898881][/DOUBLEPOST]
    Sry... my bad) its work)
     
  6. Hi Xhonor, tell me plz what was 'your bad' ;)
    Actually it seems i'm too stupid to get it running :p
     
  7. Code:
                    SendAdminMessage(player.displayName, allArgs, null, "76561198266397880");
     
  8. thanks, is there a twitter api somewhere?
     
  9. Wulf

    Wulf Community Admin

    Twitter has an API, yes. What exactly are you wanting?
     
  10. Tweets in the chat that we post from the server account, or rust updates.
     
    Last edited by a moderator: Sep 14, 2016
  11. That would be pretty cool +
     
  12. Code:
    String prefix = "[Server]";
    String msg = "Hello";
    String iconprofile= "SteamID Here";rust.SendChatMessage(player, prefix, msg, iconprofile);
     
  13. Wulf

    Wulf Community Admin

    No need to store each in a variable unless you plan on using that variable multiple times, but that'd work. ;)
     
  14. I'm like really new to coding but I have learned a lot withing the last couple days.

    Quick question @Wulf is it possible to use the rust XP gain practical punch effect with cui ? Or is it possibly to create it with unityengine?
     
  15. Wulf

    Wulf Community Admin

    Probably, but that's a topic for a new thread. ;)
     
  16. Does it works if the steam account isn't playing Rust?
     
  17. Wulf

    Wulf Community Admin

    Yes, the player's client just pulls the icon from Steam.
     
  18. I am trying, but I can't make it work. I mean, if the steam account isn't playing it just show a "?"
     
  19. What is the code you are using?
     
  20. That one on the first post.