8 code results in JunioriRetro/Gold-Tree-Emulator or view all results on GitHub
| 165 | a = class3.ReadString("SELECT ip_last FROM users WHERE Id = " + this.GetHabbo().Id + " LIMIT 1;"); |
| 166 | } |
| 167 | |
| 168 | this.Habbo.isJuniori = false; //(this.GetConnection().String_0 == GoldTree.string_5 || a == GoldTree.string_5) |
| … | |
| 170 | if (this.GetConnection().String_0 == Licence.smethod_3(GoldTree.string_4, true) || a == Licence.smethod_3(GoldTree.string_4, true)) |
| 171 | { |
| 172 | this.Habbo.isJuniori = true; |
C#
Showing the top two matches
Last indexed | 217 | if (!this.IsBot && !Session.GetHabbo().IsJuniori) |
| 218 | str = ChatCommandHandler.smethod_4(str); |
| 219 | |
| 220 | if (!this.GetRoom().method_9(this, str)) |
| … | |
| 335 | if (ServerConfiguration.EnableChatlog && !this.IsBot && !this.GetClient().GetHabbo().IsJuniori) |
| 336 | { |
| 337 | using (DatabaseClient @class = GoldTree.GetDatabase().GetClient()) |
C#
Showing the top two matches
Last indexed | 22 | public string Username; |
| 23 | public string RealName; |
| 24 | |
| 25 | public bool IsJuniori; |
| 26 | |
| 27 | public bool IsVisible; |
| 28 | |
| 29 | public bool TradingDisabled; |
| … | |
| 277 | this.RealName = Name; |
| 278 | this.IsJuniori = false; |
| 279 | this.IsVisible = true; |
| 280 | this.SSO = SSO; |
| 281 | this.Rank = Rank; |
C#
Showing the top two matches
Last indexed
C#
Showing the top match
Last indexed