procedure OnPlayerSpeak(ID: Byte; Text: string);
begin
if (Text='!contact') then begin
WriteConsole(ID, 'YourName MSN : youmail@hotmail.de', $23819C);
WriteConsole(ID, ' Xfire : username', $23819C);
WriteConsole(ID, ' E-mail : youmail@hotmail.de', $23819C);
WriteConsole(ID, ' Send your maps to : youmail@hotmail.de', $23819C);
end;
end;
I hope that is ok for you=)