Skip to content
MSN

Create group room

A TG007 community discussion started by Impreza.

Discussion 5 posts
Page 1 of 1
Open
Topic #1652 · 5 published posts · 656 views

hi again.. i a beginner in making connection so .. can someone here help me pls..

i really need a code dat how i can create a group room if channel not found i raw 702 ? i tried something like

 


sockwrite -n findsserv CREATE UL %createchan %topic  l $r(5,99999) EN-US 1 $r(3,999) 0 

notworking.gif

 

but still no lucks.. so can someone here help me how to create a group channel if not found ?? plss

Assuming %createchan is not a variable... try %# for the room

you have to authenticate with gatekeeperpassport...

The Ignition Project | http://www.ignition-project.com/

Registered Linux User Number 368435

 

Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display

 

still no luck ziggy...

this is my code

 

alias cerategorup { 
   sockwrite -n findsserv NICK $me
   sockwrite -n findsserv PROP $ ROLE : %role
sockwrite -n findsserv CREATE UL %createchan %topic  l $r(5,99999) EN-US 1 $r(3,999) 0 

}

 

dat was what im using now.. but i still carnt create channel notworking.gif

alias creategroup {
 sockwrite -n findsserv NICK $me
 sockwrite -n findsserv PROP $ ROLE : $+ %role
 sockwrite -n findsserv CREATE UL %createchan %topic  l $r(5,99999) EN-US 1 $r(3,999) 0
}

 

you forgot the $+ in the prop command. other than that i don't know what could be the problem, as long as %createchan is in %#G_groupname format, and %topic is in %room\btopic format.

bfush.PNG