Restrict on room names

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Restrict on room names

    Does anybody know how i can restrict what is typed into room name, like ABUSE.txt , where certain words cannot be typed. can i restrict what is written in room names?


  2. #2
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Restrict on room names

    The censored words can be used for this in the abuses.txt
    Eg. 1, Roomname
    1, Roomname
    etc.
    Thats the only way I guess?
    Last edited by Phoenix; 11-09-09 at 04:27 PM.

  3. #3
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Restrict on room names

    2 is for name

  4. #4
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: Restrict on room names

    Quote Originally Posted by phoenix_147 View Post
    The censored words can be used for this in the abuses.txt
    Eg. 1, Roomname
    1, Roomname
    etc.
    Thats the only way I guess?
    If i wanna restrict people from using gravity to go below [G30], for example the maxiumum i want them to go is [G30], i could do this:

    Code:
    1,[G29]
    1,[G28]
    1,[G27]
    1,[G26]
    1,[G25].. AND MORE
    but that will make my loading time very long, is there a way it can just countdown.

    i know that doing " 1,[G2 " would solve it, but what if they wanna do [G200] or something like that? :o

  5. #5
    Account Upgraded | Title Enabled! Torsen is offline
    MemberRank
    Jan 2009 Join Date
    294Posts

    Re: Restrict on room names

    Quote Originally Posted by lxchadxl View Post
    If i wanna restrict people from using gravity to go below [G30], for example the maxiumum i want them to go is [G30], i could do this:

    Code:
    1,[G29]
    1,[G28]
    1,[G27]
    1,[G26]
    1,[G25].. AND MORE
    but that will make my loading time very long, is there a way it can just countdown.

    i know that doing " 1,[G2 " would solve it, but what if they wanna do [G200] or something like that? :o
    Dude the gravity DLL's SOURCE WAS RELEASED. Just change it. I don't have the code in front of me but it should be something like

    if(G[xx] < 30 || G[xx] > 100)
    {
    sleep ? i dunno, maybe hook into zhatstring and say the message "too low"
    }
    else
    {
    return;
    }

  6. #6

    Re: Restrict on room names

    Quote Originally Posted by lxchadxl View Post
    If i wanna restrict people from using gravity to go below [G30], for example the maxiumum i want them to go is [G30], i could do this:

    Code:
    1,[G29]
    1,[G28]
    1,[G27]
    1,[G26]
    1,[G25].. AND MORE
    but that will make my loading time very long, is there a way it can just countdown.

    i know that doing " 1,[G2 " would solve it, but what if they wanna do [G200] or something like that? :o
    That makes no sense.

    You can block anything below 30 when you edit the source.



Advertisement