Thread: [Solved] Event, Timer ? Client
View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 11-01-2016 , 15:43   Re: Event, Timer ? Client
Reply With Quote #2

OnClientConnected and OnClientDisconnect_Post are forwards, meaning sourcemod executes those when they happen.

Code:
public void OnClientConnected(int client) {
// client connected.
}
Mitchell is offline