Author Topic: info serv  (Read 766 times)

0 Members and 4 Guests are viewing this topic.

Offline dragus

  • Major(1)
  • Posts: 23
info serv
« on: November 15, 2008, 12:03:33 pm »
!cmds
Give all commend
!admin
Who shows be adminem
!rules
Rules

Who can create this scripts: P ?

Offline shantec

  • Soldier
  • **
  • Posts: 140
  • Get ANGREH!!
Re: info serv
« Reply #1 on: November 15, 2008, 02:08:54 pm »
Code: [Select]
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
Also Known As REIMA


Lol Happles (happy apples)

Offline dragus

  • Major(1)
  • Posts: 23
Re: info serv
« Reply #2 on: November 15, 2008, 02:29:27 pm »
not act
Pls download scripts :P