Results: 1Comments by: Shokoboko
File: Prat 3.009-08-12
just simple fix: in PlayerNames....
Posted By: Shokoboko
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