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.

3 Dimensional Chat / multiplayer help

Author
Message
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 12th Jan 2003 10:15
well i wasnt sure if i should post this on 2d or 3d ...but since my game is gonna be 3d ill post it here... Anyways
Im having alot of trouble trying to make a simple chat client for starters. When the person connects i cant see anything they are typing and they cant see anything i am typing.. and the help script on my DB for multiplayer sucks.. Anyone got any resources or something i can look at to get a good idea how this works cause im a bit lost. Thanks
if god = infinity and infinity = 0 then god = 0
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 13th Jan 2003 03:47
ok this is retarded.. Ive tried 3 other sites for multiplayer chat client tutorials and none of them work.. im not recieving any messages or sending them for that matter...
here is a host version of a small ass quicky prog now.. tell me what is wrong
<code>


create net game "hosto","Host",10
print "Game Started"
repeat
if inkey$() = "s"
input "message: ",msg1$
send net message string 0,msg1$
endif

get net message
if net message exists() = 1
print net message string$()
endif

until inkey$() = "q"
end
</code>

and then here is the client side
<code>

input "address: ",ipadd
join net game ipadd,"Client"
print "Game Joined"
repeat
if inkey$() = "s"
input "message: ",msg1$
send net message string 0,msg1$
endif

get net message
if net message exists() = 1
print net message string$()
endif

until inkey$() = "q"
end
</code>
so why isnt this working?

if god = infinity and infinity = 0 then god = 0
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 13th Jan 2003 03:48
uh ya also what is the tag for code snippets?

if god = infinity and infinity = 0 then god = 0
Lancewrath
21
Years of Service
User Offline
Joined: 30th Dec 2002
Location:
Posted: 13th Jan 2003 03:49
<code snippet>
u turds... this is a test
</code snippet>

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

Login to post a reply

Server time is: 2024-03-28 16:02:03
Your offset time is: 2024-03-28 16:02:03