on-playerspawned
DreTaX Probably knows the answer... Administrator Jun 29, 2014 4,091 4,767 113 At your house. github.com Sep 18, 2015 #1 Method: On_PlayerSpawned Argument(s): 1: Player p 2: SpawnEvent evt Examples:
Assassin Plugin Developer Plugin Developer Apr 9, 2017 190 196 43 26 Iran Aug 11, 2018 #2 i send an Example because myself in first wave with this def got someproblems Python: def On_PlayerSpawned(self, Player, SpawnEvent): if DataStore.ContainsKey("noob", Player.SteamID): Player.Message("Remember that you are a Noob :D") Reactions: DreTaX
i send an Example because myself in first wave with this def got someproblems Python: def On_PlayerSpawned(self, Player, SpawnEvent): if DataStore.ContainsKey("noob", Player.SteamID): Player.Message("Remember that you are a Noob :D")