Page 1 of 1

[ACS] ENTER but only for the first join?

Posted: Thu Jul 26, 2018 10:14 am
by Cutman
I need an ENTER script that only triggers upon the player first joining the game, but not after hitting spectate and rejoining again. Is there any way to do this? DISCONNECT scripts also trigger when a player hits spectate so I can't even have a server variable to keep track of that.

Re: [ACS] ENTER but only for the first join?

Posted: Fri Jul 27, 2018 12:49 am
by Ænima
Have that script flip a boolean switch? And also make that script instantly terminate if it finds that the bool is already positive?