0 Members and 1 Guest are viewing this topic.
procedure OnPlayerSpeak(Name,Text: string);beginend;
procedure OnPlayerSpeak(Name,Text: string);begin if Text = '!help' then begin  SaytoPlayer(NametoID(Name), 'i could help you but i will not'); end; if Text = '!givemecoffe' then begin  SaytoPlayer(NametoID(Name), 'here''s your coffe'); end;end;