Decompiler: Smx

#include <sourcemod> public void OnPluginStart()

public void OnClientPutInServer(int client) smx decompiler

char name[32]; GetClientName(client, name, sizeof(name)); PrintToChatAll("%s joined the server!", name); PrintToChatAll("%s joined the server!"