Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~197 People Reached
Favorite Forums
Member Avatar for IcdFlying

i have no idea why validate has this error. public bool Validate () { ItemPutUp = 0; List<string> errors = new List<string> (); foreach (ulong id in Trade.OtherOfferedItems) { var item = Trade.OtherInventory.GetItem(id); if (item.Defindex == 647) ItemPutUp += 72; else if (item.Defindex == 347) ItemPutUp += 180; else if …

Member Avatar for ss125
0
197