harhar Posted September 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Share Posted September 22, 2012 hello guyz..it is posible??that @gmotd can make it auto announce every time a player login?or to be broadcast every time a player login??? thanks guyz.. Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 22, 2012 You want the motd file announced every time a player logs in...? - script gmotd -1,{ OnPCLoginEvent: atcommand "@gmotd"; end; } Quote Link to comment Share on other sites More sharing options...
Brian Posted September 22, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted September 22, 2012 (edited) hello guyz..it is posible??that @gmotd can make it auto announce every time a player login?or to be broadcast every time a player login??? thanks guyz.. You mean just add an announcement when a player logs in? Because @gmotd would broadcast the MOTD to every player. - script more_MOTD -1,{ OnPCLoginEvent: announce strcharinfo(0) + " has just logged in.",0; end; } Edited September 22, 2012 by Euphy (added announce flag) Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 22, 2012 announce "Message",0; announce Quote Link to comment Share on other sites More sharing options...
harhar Posted September 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Author Share Posted September 22, 2012 You want the motd file announced every time a player logs in...? - script gmotd -1,{ OnPCLoginEvent: atcommand "@gmotd"; end; } where i found this line?? Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 22, 2012 You have to add it. Adding_a_Script Quote Link to comment Share on other sites More sharing options...
harhar Posted September 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Author Share Posted September 22, 2012 announce "Message",0; announce where i can found this scrip??tnx Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 22, 2012 read post#3 ??? Quote Link to comment Share on other sites More sharing options...
harhar Posted September 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Author Share Posted September 22, 2012 You have to add it. Adding_a_Script sorry but can you give me a sample??or what... Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 22, 2012 Have you read the article? o.o Quote Link to comment Share on other sites More sharing options...
harhar Posted September 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Author Share Posted September 22, 2012 im going to make a npc ,,,a error..wew - npc_parsesrcfile: Unknown syntax in file 'npc/custom/motd.txt', line Have you read the article? o.o yahh i read it its working but i receive error =) how about to broadcast motd messge??evry loging of a player Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 22, 2012 hmm .... why you want to broadcast the message again ? by default...the motd message is displayed in player's chat window everytime player login... if you want it to broadcast to every player when a player online... use the method post by euphy in above post.... if you want to broadcast to the character that just logged in... use the method posted by Brian above..and use this announce flag announce "MOTD MESSAGE",bc_self; Quote Link to comment Share on other sites More sharing options...
harhar Posted September 23, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/18/12 Last Seen: October 23, 2012 Author Share Posted September 23, 2012 hmm .... why you want to broadcast the message again ? by default...the motd message is displayed in player's chat window everytime player login... announce "MOTD MESSAGE",bc_self; yah by default the motd msg shown in chat window..it posible motd msg automatic broadcast?? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 23, 2012 if you want it to braodcast...just follow what we told you in above post..... Quote Link to comment Share on other sites More sharing options...
Question
harhar
hello guyz..it is posible??that @gmotd can make it auto announce every time a player login?or to be broadcast every time a player login??? thanks guyz..
Link to comment
Share on other sites
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.