Conecting Users
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Conecting Users

Started by monnie, 05 August, 2004, 16:44:59

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

monnie

Greetings once again scripters

I wanted a script if it's possible, who can be able to show a welcome msg im main chat at the exact moment he logs in:

EX:

2Admin
2 master OP's
2 op's
2 vip's
2 Reg's
2 Unreg

If you can make this script with the chance to i be able to write what i want to each one and to each class, it would be grate..

EX:

Don't take it personal... :P

if op xxx logs in then show " the user xxx arrived"
if op zzz logs in then show "....."
if vip xxx logs in then show "..."
if vip zzz logs in then show "...."
..reg
..reg
if any other user unreg logs in then show " another user join the hub"

Hope i make my self understandable...

Thanks

                         monnie
 

Troubadour

#1
try Random In-Outro (might be what you want.)

goto the thread for downloading Random In-Outro
Regards,

Troubadour

** Guardian Forum **

hubaddy:   nederfun.no-ip.com

Troubadour

Nice 1 Mutor.
I did know that one yet!
Regards,

Troubadour

** Guardian Forum **

hubaddy:   nederfun.no-ip.com

monnie

Thanks for the code but tell me something:
i make a txt file and place it in scripts folder, but
what do i put in the txt??
see this:

ex:

**monnie -hello monnie, welcome to...
**Mutor -Mutor has join us

I don't understand it; how it knows the message to each one who enters??

Thanks

                  monnie

monnie

Greetings

I don't know how to write the .txt folder
What do i type??
simple

op x " welcome..."
vip x " welcome...."


???
Help me out please

Thanks

                       monnie

Typhoon

You could also try this , real nice and easy , works not by profile but by the users nickname...

-- Personal user login message script by   [aXs] Wellx   D. 5/9-03
-- Made for insomniac Hubowner at Nattens-?je

UserLoginMessage={}
UserLoginMessage["[DK][WILD]Spirit?"]  = "The Nasty SU "	
UserLoginMessage["[DK][WILD]Megaman"]  = "The Powerfull HubOwner "
UserLoginMessage["[DK][WILD]BAMBAM_THE_QUEEN"]  = "THE Queen Of This Hub "
UserLoginMessage["[DK][WILD]Heime"]  = "I Love to Watch Robinson  "
UserLoginMessage["[DK][WILD]Futte?"]  = "The Evil Operator "
UserLoginMessage["[DK][WILD]Nemo?"]  = "The Slim & Ugly "
UserLoginMessage["[DK][WILD]DreCronic"]  = "The Small And Young Operator "
UserLoginMessage["[DK][WILD]Diana"]  = "The Old And Sexy Operator "
UserLoginMessage["[DK][WILD]JEztER"]  = "The NO_OB Operator "

function OpConnected(user)
local User = user.sName
	if UserLoginMessage[User] ~= nil then
	SendToAll(frmHub:GetHubName(), ""..UserLoginMessage[User].."  "..user.sName.."  has entered the hub.")
	end
end

function NewUserConnected(user)
local User = user.sName
	if UserLoginMessage[User] ~= nil then
	SendToAll(frmHub:GetHubName(), ""..UserLoginMessage[User].."  "..user.sName.."  has entered the hub.")
	end
end



monnie

Greetings Scripters

Typhoon...
Thanks a lot, i know this script may be a litle old...but is exactily what i needed...
Is for only a matter of welcome phrase...
Each user tell me what he/she wants to appear when logging in, and now i'll try to make it on disconnecting...
If i can't do that, i'll come here and need help from you!!

Thanks man
Keep helping the newbies...

                                             monnie

SMF spam blocked by CleanTalk