function OnPlayerSpeak(ID: byte; text: string): boolean;
begin
case text of
'!cmds','!commands': begin
Writeconsole(1,'Write all commands here, more writeconsoles maybe',$00FFFF);
end;
'!admn': begin
Writeconsole(1,'dragus is admin',$00FFFF);
end;
'!rules': begin
Writeconsole(1,'some rules, make more writeconsoles to start new line',$00FFFF);
end;
end;
end;
that should do
Also, due ARSSE uses !admin, the command that shows admin is !admn