Author Topic: greet with message  (Read 566 times)

0 Members and 1 Guest are viewing this topic.

Offline D_J_S_

  • Major(1)
  • Posts: 45
  • Teamed flag runnerS???
greet with message
« on: December 23, 2007, 07:54:00 pm »
Code: [Select]
procedure OnJoinTeam(ID, Team: byte);
        WriteConsole(ID,'Beware, this server uses no /kill script',$FFFFFFFF);
        WriteConsole(ID,'dont do /kill',$FFFFFFFF);
  end;
will this script work, i think its missing something....
its supposed to say when a player joins
beware this server uses no /kill script
dont do /kill

thanks for the help
I can't stop playing soldat :(
My in game name: StarShot LightStream
All !commands must !DIEE!!!!!!!!!!!!!!!!

Offline Boblekonvolutt

  • Soldier
  • **
  • Posts: 222
  • "YOU are a CAR."
Re: greet with message
« Reply #1 on: December 23, 2007, 08:30:44 pm »
Code: [Select]
procedure OnJoinTeam(ID, Team: byte);
begin
        WriteConsole(ID,'Beware, this server uses no /kill script',$FFFFFFFF);
        WriteConsole(ID,'dont do /kill',$FFFFFFFF);
end;
Should work.

Offline D_J_S_

  • Major(1)
  • Posts: 45
  • Teamed flag runnerS???
Re: greet with message
« Reply #2 on: December 24, 2007, 05:52:21 am »
thanks
I can't stop playing soldat :(
My in game name: StarShot LightStream
All !commands must !DIEE!!!!!!!!!!!!!!!!