PtokaX forum

Archive => Archived 4.0 boards => Help with Lua 4 scripts => Topic started by: QuikThinker on 11 November, 2005, 16:27:29

Title: Cutom Intro/Outro - Madman
Post by: QuikThinker on 11 November, 2005, 16:27:29
Very good script, the only thing is it doesn't show the user the intro when they enter. It shows the rest of the hub but not the user, obviously it send the message b4 the user has fully entered. Any ideas how 2 fix this?
Title:
Post by: Madman on 11 November, 2005, 16:54:27
Yes. I kno how to fix it...
You should be able to fix it your self... =)

Find these codes parts and add the red text...
SendToAll(Bot, Msg)
[color=red]curUser:SendData(Bot, Msg)[/color]
and SendToAll(Bot, RandMsg)
[color=red]curUser:SendData(Bot, RandMsg)[/color]
They are placed in NewUserConnected and OpConnected
Title:
Post by: QuikThinker on 11 November, 2005, 23:40:24
Thanx man, works fine now :)
Title:
Post by: Madman on 12 November, 2005, 03:54:14
Np =)