Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

NiLSPACE Wrote: (11-20-2015, 05:24 AM) -- The cached MojangAPI can be used even if a player is offline (but was online at least once) while the GetUUID is used on a cClientHandle or cPlayer object me...
Gamerboy59 Plugin Discussion 14 11,602 11-20-2015, 05:56 AM
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

NiLSPACE Wrote: (11-20-2015, 03:45 AM) -- It's highly advised to only use non-cached on startup. Otherwise it can lagg the server. Cached only works when the user already came online. Perhaps we shou...
Gamerboy59 Plugin Discussion 14 11,602 11-20-2015, 05:15 AM
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

NiLSPACE Wrote: (11-19-2015, 10:48 PM) -- The username you're trying to get did already come online right? -- No. NiLSPACE Wrote: (11-19-2015, 10:48 PM) -- Also, I believe the function is case se...
Gamerboy59 Plugin Discussion 14 11,602 11-20-2015, 02:56 AM
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

I see, thanks for explaining. I've got now the following code: [shcode=lua] local friendusername = cMojangAPI:GetUUIDFromPlayerName(Split[3], true) if (friendusername == "" or friendusername == nil)...
Gamerboy59 Plugin Discussion 14 11,602 11-19-2015, 06:23 AM
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

NiLSPACE Wrote: (11-19-2015, 05:31 AM) -- You don't need FindAndDoWithPlayer. Try my code instead of all your code.. -- What's the difference between cClientHandle UUID and MojangAPI UUID call? I t...
Gamerboy59 Plugin Discussion 14 11,602 11-19-2015, 05:42 AM
    Thread: What's wrong with getting the UUID in this function?
Post: RE: What's wrong with getting the UUID in this fun...

I've got now: [shcode=lua] local addusertofile = function(OtherPlayer) if OtherPlayer:GetName() == Split[3] then friendusername = OtherPlayer:GetUUID() local file = io.open(friendDir.."\\frie...
Gamerboy59 Plugin Discussion 14 11,602 11-19-2015, 01:30 AM
    Thread: What's wrong with getting the UUID in this function?
Post: What's wrong with getting the UUID in this functio...

Hi, I'm about getting the UUID of a user to add them to a text file. It somehow doesn't work. :/ [shcode=lua] local addusertofile = function(OtherPlayer) if OtherPlayer:GetName() == Split[3] then ...
Gamerboy59 Plugin Discussion 14 11,602 11-18-2015, 10:05 PM
    Thread: Windows phone / Universal app
Post: RE: Windows phone / Universal app

A universal app would be amazing but I think the webadmin as feature would be all right as I doubt anybody would seriously run a server from his cell.
Gamerboy59 Development 16 13,009 11-16-2015, 05:14 PM