harhar Posted September 22, 2012 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
Euphy Posted September 22, 2012 Posted September 22, 2012 You want the motd file announced every time a player logs in...? - script gmotd -1,{ OnPCLoginEvent: atcommand "@gmotd"; end; } Quote
Brian Posted September 22, 2012 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
harhar Posted September 22, 2012 Author 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
harhar Posted September 22, 2012 Author Posted September 22, 2012 announce "Message",0; announce where i can found this scrip??tnx Quote
harhar Posted September 22, 2012 Author Posted September 22, 2012 You have to add it. Adding_a_Script sorry but can you give me a sample??or what... Quote
harhar Posted September 22, 2012 Author 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
Emistry Posted September 22, 2012 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
harhar Posted September 23, 2012 Author 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
Emistry Posted September 23, 2012 Posted September 23, 2012 if you want it to braodcast...just follow what we told you in above post..... Quote
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..
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.