Admin daemon - server messages

Kaaz
A semi-regular
A semi-regular
Posts: 21
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Oct 29, 2013 5:11 pm

Admin daemon - server messages

Post by Kaaz »

Is the !yell cmd disabled? Doesn't work for me ingame or through the control panel.

Through the server control box on the control panel you can watch it attempt to execute the command but ingame there is nothing.
Image
User avatar
hiimcody1
Staff
Staff
Posts: 1596
Joined: Wed Dec 28, 2011 4:59 pm

Re: Admin daemon - server messages

Post by hiimcody1 »

Are you running on 'Official'?
Kaaz
A semi-regular
A semi-regular
Posts: 21
Joined: Tue Oct 29, 2013 5:11 pm

Re: Admin daemon - server messages

Post by Kaaz »

hiimcody1 wrote:Are you running on 'Official'?
Yes
Image
User avatar
hiimcody1
Staff
Staff
Posts: 1596
Joined: Wed Dec 28, 2011 4:59 pm

Re: Admin daemon - server messages

Post by hiimcody1 »

I believe the only command that will work when running 'Official' would be admin.say.

!say ingame.
Kaaz
A semi-regular
A semi-regular
Posts: 21
Joined: Tue Oct 29, 2013 5:11 pm

Re: Admin daemon - server messages

Post by Kaaz »

hiimcody1 wrote:I believe the only command that will work when running 'Official' would be admin.say.

!say ingame.
Really? That's kinda lame.
Image
User avatar
TimSad
This is my homepage
This is my homepage
Posts: 754
Joined: Thu Jun 30, 2011 6:27 pm

Re: Admin daemon - server messages

Post by TimSad »

Actually, the yell functionality is not yet working in BF4 just as was for BF3 when that was first launched. RCon recognizes the command and responds with OK but nothing will come up in game. :(
                                                Our NFO Battlefield Servers!
ImageImage
Image
Kaaz
A semi-regular
A semi-regular
Posts: 21
Joined: Tue Oct 29, 2013 5:11 pm

Re: Admin daemon - server messages

Post by Kaaz »

TimSad wrote:Actually, the yell functionality is not yet working in BF4 just as was for BF3 when that was first launched. RCon recognizes the command and responds with OK but nothing will come up in game. :(
Well, that's good to hear I guess.
Image
sbdubz
New to forums
New to forums
Posts: 11
Joined: Wed Oct 30, 2013 9:02 am

Re: Admin daemon - server messages

Post by sbdubz »

What's the difference between say and yell?
User avatar
HowIChrgeLazer
A regular
A regular
Posts: 55
Joined: Wed Mar 23, 2011 6:43 am

Re: Admin daemon - server messages

Post by HowIChrgeLazer »

sbdubz wrote:What's the difference between say and yell?
One shows in the chat window as a chat message (say)

The other shows up across the top center of the screen in large blue text (yell)

Is anybody seeing a glitch with using the say command that it tacks on somebody's name in front of it? It might just be Procon but when I use say through it, it'll randomly tack on the name of somebody in the server then the message.

Ex. <playername> Admin: <message typed in say>
[RAGE CAGE] Gaming
Because video games FAIL at making you happy.
http://ragecagegaming.com/
sbdubz
New to forums
New to forums
Posts: 11
Joined: Wed Oct 30, 2013 9:02 am

Re: Admin daemon - server messages

Post by sbdubz »

hiimcody1 wrote:I believe the only command that will work when running 'Official' would be admin.say.

!say ingame.
I notice you have knowledge of command line in BF4. I'm brand new to it and need help. Do you happen to have a guide available, or would you like help writing one?

Edit: I saw this, but doesn't sound like it's up to date?
http://www.nfoservers.com/forums/viewto ... =50&t=4278


Thanks,
sb
User avatar
Edge100x
Founder
Founder
Posts: 12962
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Admin daemon - server messages

Post by Edge100x »

HowIChrgeLazer, that's a bug in the game itself.

sb, the official game documentation at http://eaassets-a.akamaihd.net/dice-gam ... trator.zip has a mostly-complete list of commands. Just ignore the charts on "Official/Ranked" and "Normal/Hardcore".
sbdubz
New to forums
New to forums
Posts: 11
Joined: Wed Oct 30, 2013 9:02 am

Re: Admin daemon - server messages

Post by sbdubz »

HowIChrgeLazer wrote:
sbdubz wrote:What's the difference between say and yell?
One shows in the chat window as a chat message (say)

The other shows up across the top center of the screen in large blue text (yell)

Is anybody seeing a glitch with using the say command that it tacks on somebody's name in front of it? It might just be Procon but when I use say through it, it'll randomly tack on the name of somebody in the server then the message.

Ex. <playername> Admin: <message typed in say>

No but I get the following:

If I run "admin.say 'testing. hi ;)' Rivalzz" I get an error:

InvalidArguments

admin.say testing. hi ;) Rivalzzz
sbdubz
New to forums
New to forums
Posts: 11
Joined: Wed Oct 30, 2013 9:02 am

Re: Admin daemon - server messages

Post by sbdubz »

Edge100x wrote:HowIChrgeLazer, that's a bug in the game itself.

sb, the official game documentation at http://eaassets-a.akamaihd.net/dice-gam ... trator.zip has a mostly-complete list of commands. Just ignore the charts on "Official/Ranked" and "Normal/Hardcore".
Thanks man!

sb
User avatar
Edge100x
Founder
Founder
Posts: 12962
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Admin daemon - server messages

Post by Edge100x »

sbdubz wrote: If I run "admin.say 'testing. hi ;)' Rivalzz"
You could try

Code: Select all

admin.say "testing. hi ;)" player Rivalzz
That would be equivalent to our admin daemon's !sayto command, used like

Code: Select all

!sayto Rivalzz testing. hi ;)
sbdubz
New to forums
New to forums
Posts: 11
Joined: Wed Oct 30, 2013 9:02 am

Re: Admin daemon - server messages

Post by sbdubz »

Edge100x wrote:
sbdubz wrote: If I run "admin.say 'testing. hi ;)' Rivalzz"
You could try

Code: Select all

admin.say "testing. hi ;)" player Rivalzz
That would be equivalent to our admin daemon's !sayto command, used like

Code: Select all

!sayto Rivalzz testing. hi ;)
Thanks Edge, my version of the command was "player" string.
Post Reply