Ulysses
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Ulysses
»
General
»
Developers Corner
»
Message Printing Twice
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Message Printing Twice (Read 5307 times)
0 Members and 1 Guest are viewing this topic.
MrPresident
Ulysses Team Member
Hero Member
Posts: 2728
Karma: 430
Re: Message Printing Twice
«
Reply #15 on:
January 07, 2017, 12:18:02 AM »
Oh.. you might want to make sure that they are in UCL..
ULib.ucl.getUserInfoFromID( sid ) will be nil if there isn't any info for that steamid, so you can't index it.
Logged
iViscosity
Respected Community Member
Hero Member
Posts: 803
Karma: 58
Re: Message Printing Twice
«
Reply #16 on:
January 07, 2017, 08:52:53 AM »
Ah so if they're the 'user' rank they're not considered in UCL?
Logged
I'm iViscosity. I like gaming and programming. Need some help?
Shoot me PM
.
MrPresident
Ulysses Team Member
Hero Member
Posts: 2728
Karma: 430
Re: Message Printing Twice
«
Reply #17 on:
January 07, 2017, 09:33:32 AM »
That's correct.
Ucl only registers players who have been given access. All other players fall back into the user group, but it doesn't store them in the table.
Could you imagine how massive the access table would get if every player was added to it?
Logged
An Error Has Occurred!
array_keys(): Argument #1 ($array) must be of type array, null given
Back