-
Posts
26 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Bacardi Adi
-
-
- 34 comments
-
- 122 comments
-
- #craft
- #craft menu
- (and 17 more)
-
Genes are set to empty for item with Skins ID can be fixed this way: item.amount -= amount; x.name = item.name; x.text = item.text; x.skin = item.skin; x.amount = amount; //new Line x.instanceData = item.instanceData; // x.MarkDirty();
-
+1
-
same error on my server
-
- 191 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
have the same problem
-
what do you mean ? when i join a hunger game then the normal rust mobile phone is reset when i leave the hg
-
when I have a mobile phone in my pocket, it is completely reset (name gone, other number) after the game.
-
Thanks works now ðŸ‘
-
Another error when I transfer money to someone, only I see it. The person has no record that he has received money
-
Only the first transactions are shown, it would be better to see the last transactions or all would be good ( page).
-
If you make a transfer directly at the ATM and forget to specify a player then the player gets 0 the money. There should be another check that this does not happen. 🙂
-
WorkbenchLevel no longer works old function HasWorkbench does not exist anymore
-
I have changed the line craft.Give(player); to GiveCraft(player, craft); then it works
-
- 110 comments
-
I get the following error since the last Rust update : Error while compiling: LockMeUp.cs(1078,30): error CS1061: Type `System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<ulong,ItemContainer>>' does not contain a definition for `IsNull' and no extension method `IsNull' of type `System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<ulong,ItemContainer>>' could be found. Are you missing `UnityEngine.Playables' using directive?