Login to ZARP
|
//An include of the lua file that checks whether or not the selected player(s) have steam friends currently connected to the server which turns into an autorun that does this check to every new player connecting to the server automatically and then it performs something like the following:
Xplayer = currentteam
FriendPlayers = currentteam
If (Xplayer == FriendPlayers)
Then
Disablespec = false
Else
Disablespec = true
end