Custom Messages in the game (Popups)

Results 1 to 17 of 17
  1. #1
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    information Custom Messages in the game (Popups)

    Hello \ (^_^)/
    I was wondering how I can post in the game.
    Example:
    Spoiler:

    This mensagen appears when you purchase an item ...

    I was wondering how do I get a window like this appear with a mensagen I choose ..
    Example
    /Menssage "Custom Msg, Hello Players!"
    And the game appear:
    Spoiler:


    How do I know this has to = /
    Because I've seen a Private Server with this ...
    We remember that '-'

    Could someone help me?

    Thanks ..


  2. #2
    Account Upgraded | Title Enabled! illxmike is offline
    MemberRank
    May 2008 Join Date
    NetherlandsLocation
    508Posts

    Re: Custom Messages in the game (Popups)

    At your server files (Matchserver folder)
    edit this file: messages.xml

  3. #3
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Custom Messages in the game (Popups)

    Not ..
    This I know to do = /
    I want to know so
    I add a message on "messages.xml"
    And how I do it appears in the game?
    Example: I type a command in the game, and this message appears for all players ..
    Alas, the "small window" will be writing my mensagen ..

  4. #4
    Account Upgraded | Title Enabled! corrado is offline
    MemberRank
    Aug 2008 Join Date
    219Posts

    Re: Custom Messages in the game (Popups)

    cserror.xml strings.xml messages.xml :3 have fun

  5. #5

    Re: Custom Messages in the game (Popups)

    You mean...

    Old Screenshot
    Spoiler:

    Last edited by Linear88; 28-02-10 at 06:39 AM.

  6. #6
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by Linear88 View Post
    You mean...

    Old Screenshot
    Spoiler:

    ohshit, that looks sick lol, how you do?

  7. #7
    Member orc_master is offline
    MemberRank
    Nov 2008 Join Date
    54Posts

    Re: Custom Messages in the game (Popups)

    There is a dll released to do that. you type /messagebox <msg here> and done.

  8. #8

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by orc_master View Post
    There is a dll released to do that. you type /messagebox <msg here> and done.
    There was, but the message box in the picture was made by me, from scratch.

  9. #9
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Custom Messages in the game (Popups)

    post a tut pls

  10. #10
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Custom Messages in the game (Popups)

    This is the dll?
    http://forum.ragezone.com/f496/announcer-614205/

    Then I'll try ...


    Thanks for the help, D

  11. #11
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by fenixdoido View Post
    This is the dll?
    http://forum.ragezone.com/f496/announcer-614205/

    Then I'll try ...


    Thanks for the help, D
    lmao, I guess thats the one :D

  12. #12
    Member orc_master is offline
    MemberRank
    Nov 2008 Join Date
    54Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by fenixdoido View Post
    This is the dll?
    http://forum.ragezone.com/f496/announcer-614205/

    Then I'll try ...


    Thanks for the help, D
    Actually there is other one, but I think its not posted here.

  13. #13
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by orc_master View Post
    Actually there is other one, but I think its not posted here.
    can you re-upload please? '-'

  14. #14
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by fenixdoido View Post
    can you re-upload please? '-'
    try searching google :D.
    I'll help searching

  15. #15
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Custom Messages in the game (Popups)

    O Linear88 haha just tell them so we can close this thread u silly billy :P

  16. #16
    Account Upgraded | Title Enabled! jewness12 is offline
    MemberRank
    Aug 2009 Join Date
    213Posts

    Re: Custom Messages in the game (Popups)

    Eh... There's an /admin_wall function in the runnable,
    /admin_wall has two types.
    0 - normal message
    1 - popup message < [while in lobby][won't work ingame though, it will just be like ZChatOutput]

    to get it work, copy ChatCmd_AdminAnnounce function,
    and where the announce(not the chatcmd) function is being called,look for push 0 several times above it.
    change it to 1,
    and make a new command (ex; /admin_popup) that calls that new copy.
    that's what I did, and it works just fine.
    if you want to permanently delete /admin_Wall and change it to admin_popup
    don't copy the whole thing, just change push 0 to push 1.

    btw, I just woke up so if something doesn't sound right its because I'm sleepy.
    piccie :
    Spoiler:





    I have all my test things on the runnable.
    I drop a med and create an anti-hack thread LUL.
    I have admin commands like /slash, /showID, /showstageID, /goto <stage ID> and one of them is /admin_popup
    not too hard to understand.
    Last edited by jewness12; 01-03-10 at 09:43 AM.

  17. #17
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Custom Messages in the game (Popups)

    Quote Originally Posted by jewness12 View Post
    eh... There's an /admin_wall function in the runnable,
    /admin_wall has two types.
    0 - normal message
    1 - popup message < [while in lobby][won't work ingame though, it will just be like zchatoutput]

    to get it work, copy chatcmd_adminannounce function,
    and where the announce(not the chatcmd) function is being called,look for push 0 several times above it.
    Change it to 1,
    and make a new command (ex; /admin_popup) that calls that new copy.
    That's what i did, and it works just fine.
    If you want to permanently delete /admin_wall and change it to admin_popup
    don't copy the whole thing, just change push 0 to push 1.

    Btw, i just woke up so if something doesn't sound right its because i'm sleepy.
    Piccie :
    Spoiler:





    i have all my test things on the runnable.
    I drop a med and create an anti-hack thread lul.
    I have admin commands like /slash, /showid, /showstageid, /goto <stage id> and one of them is /admin_popup
    not too hard to understand.
    thankyou!



Advertisement