Results: 1Comments by: Aoxomoxoa
File: Prat 3.009-13-12
just simple fix: in PlayerNames....
Posted By: Aoxomoxoa
just simple fix: in PlayerNames.lua replace line 1347 local _, givenName, surname, toon, id = BNGetFriendInfo(i) with local _, givenName, surname, toonid = BNGetFriendInfo(i) ----------------------- toon and id as single arn`t in BNgetFriendInfo() API This isn't a valid solution. Those variable names can...