Jump to content
  • 0

Login Announcer & Custom Announcer


Question

Posted

Can u give me script like this?

 

- When player login and logout it has announcer like : strcharinfo(0) has login to our Server & strcharinfo(0) has logout from our Server

- and 1 more script like custom announcer that announce every 10minutes

 

please give me the script. thanks

1 answer to this question

Recommended Posts

Posted


- script Sample -1,{

OnPCLoginEvent:

announce "" +strcharinfo(0)+ " has login to our server",0;

end;

OnPCLogoutEvent:

announce "" +strcharinfo(0)+ " has logout from our server",0;

end;

}

- script Sample1 -1,{

OnInit:

while (1) {

announce "Custom Announcer",0;

sleep 10 * 60 * 1000;

}

end;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...