1. Hi bro's,

    Taking as base the r-prod plugin from @Domestos , where u can view the owner name of a build block and maybe using the DeadPlayerList to help, I'm trying to reach the displayName from rust and show it to the player that issues the command in the chat, i.e. something like /show.

    How its possible to easily find the player display name and use it as a string to show in the chat?
    targetPlayer.displayName? rust.UserIDFromPlayer(displayName)?

    Tried so many opts that I cant think in nothing else right now... willing to sleep and go to work in 2h and a half.


    Thanks & Regards,
    Logan
     
  2. Name tags are comming back in next update.
    To get the player in front of you you need to use my prod function.
    Use inside: global.BasePlayer._type instead of the buildingblock.
    And then:
    It's : player:ChatMessage( "player :"..targetPlayer.displayName)
    But use something Else then ChatMessage, they removed it on next update