Author Topic: what happens after bootpc?  (Read 367 times)

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
what happens after bootpc?
« on: October 06, 2013, 12:54:09 am »


               Hi folks...

As the subject says...

But more specifically,  is any more of, say, the onclient enter script processed if the PC is booted? I'm thinking like by a script executed from the main handler. I.e. should I be using a return value or setting a var on the PC to stop it myself?

Does client exit then fire?


Thanks!
               
               

               
            

Legacy_EzRemake

  • Full Member
  • ***
  • Posts: 220
  • Karma: +0/-0
what happens after bootpc?
« Reply #1 on: October 06, 2013, 01:24:31 am »


               If you want nothing to process after a kick, make sure to use return. Everything before the kick function will run.

I assume the OnClientLeave runs when the player is kicked, but I could be wrong about that.
               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
what happens after bootpc?
« Reply #2 on: October 06, 2013, 01:35:40 am »


               That's what I was figuring.  Thanks!