Jump to content

Spice

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Spice

  1. why when i type /kill the timer don't wait 5 seconds and kills me once i type it ? function ok() setElementHealth ( localPlayer, 0 ) end function kill() addCommandHandler ( "kill", ok, false, false ) end setTimer ( kill, 5000, 1 )
×
×
  • Create New...