Jump to content

m0rfin

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by m0rfin

  1. addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()),
    function ()
                   CreateTeamWindow()
    ...
    

    CreateTeamWindow() is a non-existant function in that code.

    I think you meant to put Teamchooser() there.

    That worked :) thanks alot!

  2. Will this work? (SA)

    on *:SIGNAL:mta.command: { 
    if ($3 == !up) { 
    mta.say http://morfin.mine.nu:88 
    } 
    
    }

    Fixed:

    on *:SIGNAL:mta.command: { 
     if ($3 == !up) { 
       mta.text $! http://morfin.mine.nu:88 
     } 
    }

    can u add a way mtama can figure out if a player is AFK?

    I made $mta.idle(), it returns the number of $ticks a player hasn't said anything.

    wont work

    * /mta.text: insufficient parameters

  3. Will this work? (SA)

    on *:SIGNAL:mta.command: { 
    if ($3 == !up) { 
    mta.say http://morfin.mine.nu:88 
    } 
    
    }

    Fixed:

    on *:SIGNAL:mta.command: { 
     if ($3 == !up) { 
       mta.text $! http://morfin.mine.nu:88 
     } 
    }

    can u add a way mtama can figure out if a player is AFK?

    I made $mta.idle(), it returns the number of $ticks a player hasn't said anything.

    wont work

    * /mta.text: insufficient parameters

×
×
  • Create New...