Ho9w would i go about getting the Item Shortname from OnSignUpdated or maybe even a static ID ?
Retrieve Short Name from Sign
Discussion in 'Rust Development' started by SniperSpool, Jan 13, 2018.
-
The FileStorage class uses the networkable id for identification as well (sign.net.ID) -
Thanks for the assist, managed to get the name of the item, via sign.ToString(); then split it at [, now to work out how to add to the dictionary, adding it to an already existing its all fun learning