Jump to content
  • 0

Announce every-time someone login


Dolphin86

Question


  • Group:  Members
  • Topic Count:  255
  • Topics Per Day:  0.06
  • Content Count:  706
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

As title can someone help me with this simple request, every time someone login to the server system will announce global 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   17
  • Joined:  07/18/16
  • Last Seen:  

-    script    loginnnnnn    -1,{
OnPCLoginEvent:
    announce strcharinfo(0) + " Logged in.",bc_all;
    end;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  10/22/19
  • Last Seen:  

On 4/20/2020 at 1:19 PM, kodkodkub said:
-    script    loginnnnnn    -1,{
OnPCLoginEvent:
    announce strcharinfo(0) + " Logged in.",bc_all;
    end;
}

 

not work for me :c 

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

15 hours ago, Mitosky said:

not work for me :c 

 

-	script	loginnnnnn	-1,{
OnPCLoginEvent:
	announce strcharinfo(0) + " Logged in.",bc_all;
	end;
}
-<tab>script<tab>loginnnnnn<tab>-1,{
  • Upvote 1
Link to comment
Share on other sites

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.

×
×
  • Create New...