-
[UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Find: private void GetPub()
Replace:
Code:
private void GetPub()
{
uint Id = Request.PopWiredUInt();
RoomData Data = UberEnvironment.GetGame().GetRoomManager().GenerateRoomData(Id);
if (Data == null)
{
return;
}
if (Data.Type == "private")
{
PrepareRoomForUser(Data.Id, "");
}
GetResponse().Init(453);
GetResponse().AppendUInt(Data.Id);
GetResponse().AppendStringWithBreak(Data.CCTs);
GetResponse().AppendUInt(Data.Id);
SendResponse();
}
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
I don't get what this does?
Anyone explain it :D
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Yeah, what winterpartys said. All I can read from the code it actives public rooms or something...which is weird..
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
No, you can now add guestrooms to the public thingies :P
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
ohh i get what this is now. Thanks for the clarification PEjump2
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
where to change ??? which file
---------- Post added at 02:41 PM ---------- Previous post was at 02:12 PM ----------
which file must i change to get working this stuff
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Thanks for this, im looking on getting categories to work :)
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
which file must i change to get working this stuff
answe r plss i need this :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
must i change room.cs or navigator.cs ?? i tryd but didnt found the line :(
help me pleasee :(
which filee??
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
If I think I know what this is, Very nice (: saves time from going inside database and doing it yourself.
Some help for the new people:
Tpye ctrl + F in C# and type in the box private void GetPub() and click find. And replace that with the code given.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
david , djmatias which file say it please :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Just press search entire solution on the find tool
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
i know how to find it & replace but idont know where to change the file..
which file at the emu folder??
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
which filee answer please ;((( :((((
---------- Post added at 02:33 PM ---------- Previous post was at 01:00 PM ----------
;( matias answer please and all the other guys.
i need this tab to working :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Change the file
Messages > Rooms.cs
Put it in there
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
yh this is real good post a screenshot
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
but show me a print, maybe I might have something wrong with
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Didnt worked ;(
i tryed that in 3 difrent uberemus but i got evrytime the same error
i got 7 errors with response
and i searched for public void GetPub() in room.cs but it didnt found this line :S so i puted this navi code at any public void
but didnt worked :(
which emus did u all use ?