Search:

Type: Posts; User: DanTheMan

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    33
    Views
    4,364

    From the pictures, it obvious that Bruce was not...

    From the pictures, it obvious that Bruce was not the one who took the screenshots. The pictures don't show or give much context either.
  2. It was not intended to make players 'go...

    It was not intended to make players 'go invisible', nor was it advertised as such. You bought it because other players 'hyped' it up, so no, you cannot receive a refund for your purchase.
  3. Well, '@' concatenates (joins) the strings...

    Well, '@' concatenates (joins) the strings together as a whole. When its using in that form, its essentially saying: temp.eventName = temp.eventName @ (" " @ temp.tokens[temp.i]); And those quotes...
  4. Well, you aren't using substring correctly xD. If...

    Well, you aren't using substring correctly xD. If you have only two parameters as inputs (event name and time), then keeping it in the format you have (tokens), you can do something like this:

    ...
  5. I'm not sure what the command your using contains...

    I'm not sure what the command your using contains (other than the event name), but instead of using tokens, you can just use the substring function. (/scripthelp substring in RC for usage).
    If...
  6. Replies
    6
    Views
    5,129

    I can understand the approach you took here: ...

    I can understand the approach you took here:


    if(cmdSend.starts("/summon") || cmdSend.starts("/warp") || cmdSend.starts("/freeze") || cmdSend.starts("/unfreeze") || cmdSend.starts("/gag") ||...
  7. Replies
    14
    Views
    1,658

    It looks very good; make my birthday hat too :p!...

    It looks very good; make my birthday hat too :p! I really like the color scheme, although I do agree with Tricky about contrast. The feather looks perfect to me; in terms of contrast, at least I feel...
  8. Replies
    37
    Views
    3,469

    Can you forum PM me your account # so I can find...

    Can you forum PM me your account # so I can find you easier? If you don't know where to find it, it is located in the feedback menu.
  9. Replies
    37
    Views
    3,469

    I didn't handle the situation, nor do I know who...

    I didn't handle the situation, nor do I know who did -- I just looked up the result. I do believe it should have been handled better, but I do not believe the result would have changed much.

    To...
  10. Replies
    37
    Views
    3,469

    (1) You've missed the point. Entirely. I am not...

    (1) You've missed the point. Entirely. I am not going to repeat myself a third time.
    (2) How is it going out of context? It explains why it has a negative connotation and why it is often seen as...
  11. Replies
    37
    Views
    3,469

    How about you look up the right definition first?...

    How about you look up the right definition first? Try searching: Nazism (aka National Socialism --- not the definition you just posted).
  12. Replies
    37
    Views
    3,469

    Please do your research before trying to tell me...

    Please do your research before trying to tell me that 'it existed a long time before that'. The point was that it is seen offensive by most of the world -- he can find many other ways to freely...
  13. Replies
    37
    Views
    3,469

    Please explain to me these 'types of national...

    Please explain to me these 'types of national socialism' that do not involve a form of racial or religious discrimination, because they do not exist -- if you don't support racism, great. That still...
  14. Replies
    37
    Views
    3,469

    You claim admins are uneducated, yet I believe it...

    You claim admins are uneducated, yet I believe it is the other way around. The whole idea of National Socialism (aka Nazism) is based around RACISM and ANTI-SEMITISM. Sure, you brought up the point...
  15. Replies
    34
    Views
    4,541

    The identification system was created mainly to...

    The identification system was created mainly to have ease of use across multiple devices and add account security. Many accounts were stolen through UDID fakers and such, so we pushed for account...
  16. Replies
    13
    Views
    2,055

    Poll: Yeah, I was about to say xD. If I knew this was...

    Yeah, I was about to say xD. If I knew this was an issue from the start, I would have fixed it ages ago, lol.
  17. Replies
    13
    Views
    2,055

    Poll: Well, I believe I've updated and fixed this...

    Well, I believe I've updated and fixed this issue(s) with the Ion Carbine's "shotgun mode" and "sheathe (on back) mode". All hot-keys should work regardless of device, as well as being able to...
  18. Replies
    11
    Views
    1,429

    Well, I believe I've updated and fixed this...

    Well, I believe I've updated and fixed this issue(s). All hot-keys should work regardless of device, as well as being able to properly view all the hot-keys.
  19. Replies
    5
    Views
    1,262

    It's due to it changing the tileset in your...

    It's due to it changing the tileset in your house. I'll see about it only affecting the outside of the house, unless there is actually changes that are made to the inside besides possibly the...
  20. Replies
    32
    Views
    24,835

    Well, before I forget to post, I've updated...

    Well, before I forget to post, I've updated Musical Chairs -- hard to test it without actually having it hosted, so provide feedback on it if you can.
    With Gas Chamber, the level supposedly prevents...
  21. Replies
    32
    Views
    24,835

    Alright, anyone know why certain events were...

    Alright, anyone know why certain events were removed from events bot, such as Lucky Tower or Musical Chairs (hard to 'fix' if I don't know the problem)?

    Also, I'll be taking a bit longer fixing up...
  22. Replies
    32
    Views
    24,835

    Alright, so far I've made some changes on the...

    Alright, so far I've made some changes on the events you have mentioned.

    For Sumo, I fixed the knockback. Will add more updates a little later.
    For Ex Chance, I believe I've fixed the issue,...
  23. Replies
    32
    Views
    24,835

    Event Bot: Update In-Progress

    First off, I'd like to say that nothing has been changed yet. I am focusing solely on the event bot for the time being, so any mention of current events not hosted by the event bot will be ignored....
  24. Replies
    6
    Views
    1,681

    I'm not sure exactly---I may need to see a code...

    I'm not sure exactly---I may need to see a code snippet of the weapon. You can try adding:
    function onInitiliazed() {
    // destroy previous instance of button
    // call onCreated()?
    }
  25. Replies
    5
    Views
    1,376

    When you use (@ obj.getWeapon), it is trying to...

    When you use (@ obj.getWeapon), it is trying to read a variable called 'getWeapon', instead of calling the function getWeapon(). You need to include parenthesis for the weapon to differentiate the...
Results 1 to 25 of 49
Page 1 of 2 1 2