![]() |
Not Connecting - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Not Connecting (/showthread.php?tid=1989) |
Not Connecting - jsventor - 04-08-2008 Annoying Problem, basically, whenever I use a character, it gets stuck on "Connected, sending char data..." Ok, so First off, I compared the source to a Regular Mirage Source, and everything is basically the same. Here is all the code I have for using characters, I reviewed MILLIONS of times >.> Client Code: Case MENU_STATE_USECHAR Code: Sub SendUseChar(ByVal CharSlot As Long) Server Code: ' :::::::::::::::::::::::::::: [code]Sub JoinGame(ByVal Index As Long) ' Set the flag so we know the person is in the game Player(Index).InGame = True ' Send a global message that he/she joined If GetPlayerAccess(Index) Re: Not Connecting - jsventor - 04-08-2008 EDit: nvm, It didnt do that, its has the Number sett perfectly fine, but still nothing :? Re: Not Connecting - Leighland - 05-08-2008 What are you using to connect, IE: port etc. And are you using a router by any chance? If so, have you forwarded the port you are using for mirage? Also, in you joingame sub, uncomment the LOGINOK send! :wink: Re: Not Connecting - jsventor - 05-08-2008 Still nothing, I'm just going to remake a server Lol |