Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

2D All the way! / why isnt this working!!

Author
Message
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 13th Jan 2003 08:00
ok ive tried with 3 other people and this still wont show any sessions running to join

cls
set window on
print "1.)host Game"
print "2.)Join Game"
print
input "select option: ",poop
if poop = 1 then goto hosto
if poop = 2 then goto joino

hosto:
cls
perform checklist for net connections
print "CONNECTION SELECTION (";checklist quantity();")"
for n=1 to checklist quantity()
print "[ ";n; " ] ";checklist string$(n)
next n
input "Select Connection: ",connecto
input "Type in your ip address: ",ipaddy$
set net connection connecto,ipaddy$
cls
input "Your name: ",pname1$
input "Game name: ",gname$
input "Max Players(255): ",players1
create net game gname$,pname1$,players1,2
if net game exists() = 1
print "NET GAME "+gname$+" CREATED"
goto getonwiffit
endif
end

joino:
perform checklist for net connections
print "CONNECTION SELECTION (";checklist quantity();")"
for n=1 to checklist quantity()
print "[ ";n; " ] ";checklist string$(n)
next n
input "Select Connection: ",connecto
input "Type in ip address: ",ipaddy$
set net connection connecto,ipaddy$
cls
input "Your name: ",pname1$
perform checklist for net sessions
print "CONNECTION SELECTION (";checklist quantity();")"
for n=1 to checklist quantity()
print "[ ";n; " ] ";checklist string$(n)
next n
input "Session to connect to: ",connecta
join net game connecta,pname1$
if net game exists() = 1
Print "Joined Game!"
goto getonwiffit
endif
end


getonwiffit:
cls
repeat
if inkey$()="s"
input "Message: ",msg1$
send net message string 0,pname1$+" "+msg1$
endif
poopo$ = STR$(net game now hosting())
text 200,200,"Hosting1-yes,0-no) "+poopo$
get net message
if net message exists() = 1
print net message string$()
endif

until inkey$() = "q"


what am i doing wrong
if god = infinity and infinity = 0 then god = 0
D Man
21
Years of Service
User Offline
Joined: 3rd Oct 2002
Location: Germany
Posted: 13th Jan 2003 08:30
Hmmm...it works perfectly for me.
I've tested it with only two comps.

"If you can't make it good
make it look good."
Bill Gates
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 13th Jan 2003 23:15
hmm maybe im behind a firewall or something.. cause like ive disconnected from the internet and signed back on and my ip is the same... that strikes me as being odd.

if god = infinity and infinity = 0 then god = 0

Login to post a reply

Server time is: 2024-04-24 01:45:08
Your offset time is: 2024-04-24 01:45:08