Skip to content
MSN

Slow

A TG007 community discussion started by oosho.

Discussion 7 posts
Page 1 of 1
Open
Topic #6660 · 7 published posts · 782 views

hey guyz,

why do my onjoins messages, whispers and on screen whispers appears very slowly after joing the room? is to because of to many of them?

Welcome master === hybrid :D

type !god .... ==== hybrid :D

!admin === christ :D

...etc

 

 

Use sockwrite -tn msn.server. , or something like that i don't know the sockets in vincula.

Pomperom

It's because you have alot of things on your onjoin.

Use timers

timer 1 timeinseconds here commandhere

Thanxx fusion,, it works :D

sorry fusion i lied i can't do it

i need much more explaination

apply it on the following comands:

on *:join:#: { msg # blah blah blah }

on *:join:#: { msg # .blah balh }

how can i apply the timer to the code

on *:JOIN:#:{

timer.p 1 0 /msg $chan blah

timer.p 1 2 /msg $chan blah

}

on *:join:#:{
 timermsg 1 0 blablablabla
 timermsg 1 1 hehe
}

;timermsg means it will message with a timer , the first number is how many times you want it to be said , and the second one are the seconds

 

Edited May 20, 2006 8:57 PM by Ronan

Pomperom