Yes it's possible.Is it possible to prevent the ingress of steam player? (İ nned only Cracked Players)Thanks.
__title__ = 'CrackedOnly'
__author__ = 'Jakkee'
__version__ = '1.0'
import clr
clr.AddReferenceByName("Fougerite")
import Fougerite
class CrackedOnly:
def On_SteamDeny(self, SteamDenyEvent):
if str(SteamDenyEvent.ErrorNumber) == "Facepunch_Connector_Cancelled":
SteamDenyEvent.ForceAllow = True
else:
SteamDenyEvent.NetUser.Kick("Only cracked clients are allowed on this server!", True)
Hi - noticed a bug - if the player go out and do will go he wakes up a different SteamID'sPython:__title__ = 'CrackedOnly' __author__ = 'Jakkee' __version__ = '1.0' import clr clr.AddReferenceByName("Fougerite") import Fougerite class CrackedOnly: def On_SteamDeny(self, SteamDenyEvent): if str(SteamDenyEvent.ErrorNumber) == "Facepunch_Connector_Cancelled": SteamDenyEvent.ForceAllow = True else: SteamDenyEvent.NetUser.Kick("Only cracked clients are allowed on this server!", True)
That's unrelated to that plugin.Hi - noticed a bug - if the player go out and do will go he wakes up a different SteamID'sand not Wake access to their buildings
Because my server to be accessed with just a launcher.(my server cracked)Why is it bad tho if they join with steam?
Sent From My Samsung Galaxy S4

The cracked client files have assembly csharp. Atleast the one I made.
If even in different locations with steamThe cracked client files have assembly csharp. Atleast the one I made.