XenoBot Forums - Powered by vBulletin

User Tag List

Page 10 of 21 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 205

Thread: The OX Server - [Project Canceled]

  1. #91
    Lifetime Subscriber Niyar's Avatar
    Join Date
    Nov 2011
    Location
    The netherlands
    Posts
    2,168
    Mentioned
    94 Post(s)
    Tagged
    0 Thread(s)
    can i be gm plx? I promise i wont make itens for myself i promise

  2. #92
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by Niyar View Post
    can i be gm plx? I promise i wont make itens for myself i promise
    We're already removed all abusive commands from GMs anyways

    On a real note though, until I see a need to make someone a GM, we won't be looking for GMs. ^.-

  3. #93
    Queen Fatality Fatality's Avatar
    Join Date
    Mar 2014
    Location
    Canada
    Posts
    754
    Mentioned
    83 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Joshwa534 View Post
    We're already removed all abusive commands from GMs anyways

    On a real note though, until I see a need to make someone a GM, we won't be looking for GMs. ^.-
    GM PL0X i only want feru hat and i be good gm and ban all pl's pls ty <3

  4. #94
    Senior Member
    Join Date
    Jul 2014
    Posts
    788
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Fatality View Post
    GM PL0X i only want feru hat and i be good gm and ban all pl's pls ty <3
    I could say the same thing, not about polish players, but canadian. q_q

  5. #95
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Typical Canadian, at least said "pls" and "ty".

  6. #96
    Queen Fatality Fatality's Avatar
    Join Date
    Mar 2014
    Location
    Canada
    Posts
    754
    Mentioned
    83 Post(s)
    Tagged
    1 Thread(s)
    Lol. Rude. @HjugO y u do diz?

  7. #97
    Senior Member
    Join Date
    Jul 2014
    Posts
    788
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Very helpful creatureevent script.
    lua code:

    function onLogin(player)
    player:registerEvent("ModalWindow")

    local window = ModalWindow(1000, "Where are you from?", "'Imma check your nationality!")

    window:addButton(100, "Confirm.")
    window:addButton(101, "Cancel.")

    window:addChoice(1, "Canada.")
    window:addChoice(2, "Not Canada.")

    window:setDefaultEnterButton(100)
    window:setDefaultEscapeButton(101)

    window:sendToPlayer(player)
    return true
    end

    function onModalWindow(player, modalWindowId, buttonId, choiceId)
    player:unregisterEvent("ModalWindow")
    if modalWindowId == 1000 then
    if buttonId == 100 then
    if choiceId == 1 then
    Player(player):remove()
    else
    print("Congratulations, you can play.")
    end
    end
    end
    end
    @Fatality
    btw. I'm not looking for troubles, just respect each other.
    Last edited by HjugO; 03-12-2015 at 08:01 PM.

  8. #98
    Queen Fatality Fatality's Avatar
    Join Date
    Mar 2014
    Location
    Canada
    Posts
    754
    Mentioned
    83 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by HjugO View Post
    Very helpful creatureevent script.
    lua code:

    function onLogin(player)
    player:registerEvent("ModalWindow")

    local window = ModalWindow(1000, "Where are you from?", "'Imma check your nationality!")

    window:addButton(100, "Confirm.")
    window:addButton(101, "Cancel.")

    window:addChoice(1, "Canada.")
    window:addChoice(2, "Not Canada.")

    window:setDefaultEnterButton(100)
    window:setDefaultEscapeButton(101)

    window:sendToPlayer(player)
    return true
    end

    function onModalWindow(player, modalWindowId, buttonId, choiceId)
    player:unregisterEvent("ModalWindow")
    if modalWindowId == 1000 then
    if buttonId == 100 then
    if choiceId == 1 then
    Player(player):remove()
    else
    print("Congratulations, you can play.")
    end
    end
    end
    end
    @Fatality
    btw. I'm not looking for troubles, just respect each other.
    LOL The fact that you actually spent time to write that is kinda laugh worthy. XD

  9. #99
    Senior Member
    Join Date
    Jul 2014
    Posts
    788
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Fatality View Post
    LOL The fact that you actually spent time to write that is kinda laugh worthy. XD

  10. #100
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by HjugO View Post
    Very helpful creatureevent script.
    lua code:

    function onLogin(player)
    player:registerEvent("ModalWindow")

    local window = ModalWindow(1000, "Where are you from?", "'Imma check your nationality!")

    window:addButton(100, "Confirm.")
    window:addButton(101, "Cancel.")

    window:addChoice(1, "Canada.")
    window:addChoice(2, "Not Canada.")

    window:setDefaultEnterButton(100)
    window:setDefaultEscapeButton(101)

    window:sendToPlayer(player)
    return true
    end

    function onModalWindow(player, modalWindowId, buttonId, choiceId)
    player:unregisterEvent("ModalWindow")
    if modalWindowId == 1000 then
    if buttonId == 100 then
    if choiceId == 1 then
    Player(player):remove()
    else
    print("Congratulations, you can play.")
    end
    end
    end
    end
    @Fatality
    btw. I'm not looking for troubles, just respect each other.
    lmfao. +1

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •