Hi volks,
i try to fetch rooms with a sqlight statement. this works fine but i want to limit it
by 10 rows. I try the below statement but it dos not work. Some suggestions how can i do this?
PhotonNetwork.GetCustomRoomList(GameManager.defaultLobby, "C0 = "+(int)PlayMode.ALLvsALL+ " LIMIT 10");
without the LIMIT keyword it works but i want to limit it.
thx for every help.