Advertisement
Guest User

Untitled

a guest
May 4th, 2017
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (type == "predefined_noob_lobby")
  2. {
  3. Session.SendPacket(new NuxAlertComposer("nux/lobbyoffer/hide"));
  4. Session.SendPacket(new RoomForwardComposer(int.Parse(PlusEnvironment.GetGame().GetLanguageLocale().TryGetValue("nux_lobby_predefined"))));
  5. return;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement