0 Members and 1 Guest are viewing this topic.
procedure OnPlayerSpeak(ID: Byte; Text: string);begin if (Text='!cmd') then begin WriteConsole(ID, '!balance !admins', $ffff33); end;end;