Hello everyone.
I have a game that has different modes. I need to open the different modes of the game through url.
For example:
Now when I open the game URL is http://localhost:7456.
I want something like http://localhost:7456/?mode=0 or http://localhost:7456/?mode=1
which opens the game in that mode.
Thank You
3 posts - 2 participants