Create a BYONDite chat client, ET.
Yusuke13 wrote:
Create a BYONDite chat client, ET.

ok but first wats the code for WorldSay?
mob/verb/WorldSay(t as text)
world << "[usr] says [t]"
Yusuke13 wrote:
> mob/verb/WorldSay(t as text)
> world << "[usr] says [t]"
>


and wats code for Who button
mob/verb/Who()
for(mob/M as mob in world)
if(M.client)
usr << "[M]<br>"


That should work
code for pbag
obj/Pbag
icon='pbag.dmi'
Click()
usr.Levelup()
mob/proc/Levelup()
src.level+=1
code for built in voice chat and also i wanna stream videos in the chat client so i need built in live streaming you no the code for that?
Make your comment box round like the other boxes!
EmpirezTeam wrote:
code for built in voice chat and also i wanna stream videos in the chat client so i need built in live streaming you no the code for that?

lolno
Yusuke13 wrote:
Make your comment box round like the other boxes!

wats code 4 it
I'm not good with CSS at all o.o
Yusuke13 wrote:
I'm not good with CSS at all o.o

got any more codes i should use
var/list/GMs=list("Yusuke13")

mob/Login()
if(GMs.Find(key))
GM=10
Yusuke13 wrote:
Make your comment box round like the other boxes!


Ok it's done :O
Teka123 wrote:
Yusuke13 wrote:
Make your comment box round like the other boxes!


Ok it's done :O

That's sexy. Now it fits everything else :D
Kissbabe wrote:
Hello Dear,
My name is Miss LOVINA,
and I'm interested in knowing you and being friendly with you
(k.lovina@yahoo.com) is my private email
address. I would like you to contact me back so that
you know me better and I send my photo
to you. I look forward to hearing from you, Sincerely
in love
LOVINA

K.
Kissbabe wrote:
Hello Dear,
My name is Miss LOVINA,
and I'm interested in knowing you and being friendly with you
(k.lovina@yahoo.com) is my private email
address. I would like you to contact me back so that
you know me better and I send my photo
to you. I look forward to hearing from you, Sincerely
in love
LOVINA

I want you so bad baby.

But I do have one question: How is your email a "private" email when you've posted it on just about every blog post on the front page? Everyone can see it so I guess it's not that private anymore, eh?
EmpirezTeam wrote:
Kissbabe wrote:
Hello Dear,
My name is Miss LOVINA,
and I'm interested in knowing you and being friendly with you
(k.lovina@yahoo.com) is my private email
address. I would like you to contact me back so that
you know me better and I send my photo
to you. I look forward to hearing from you, Sincerely
in love
LOVINA

I want you so bad baby.

But I do have one question: How is your email a "private" email when you've posted it on just about every blog post on the front page? Everyone can see it so I guess it's not that private anymore, eh?

Back off, she's mine. I've already sent three emails.
Page: 1 2 3