Author Topic: Welcome Message  (Read 711 times)

0 Members and 1 Guest are viewing this topic.

Offline Szewczuq

  • Soldier
  • **
  • Posts: 115
  • WOOH! ROCKS ON MY HEAD!
    • POLISH GAMERS COMMUNITY
Welcome Message
« on: December 06, 2007, 03:49:27 pm »
Hi it's my first post. I search one scirpt: Welcome message, its a little script but usefull when u join to server this u see a big text eq. Welcome to my server.
Please found this script, i need that. Sry for "errors" :/



Offline corl45

  • Major
  • *
  • Posts: 51
  • PWNED!
    • www.freewebs.com/tylersmod
Re: Welcome Message
« Reply #1 on: December 06, 2007, 05:26:24 pm »
here try this:

Code: [Select]
procedure OnJoinGame(ID, Team: byte);
  begin
    DrawText(0,'Welcome to my server!',330,RGB(0,0,255),0.20,40,240);
  end;
SAVE IT AS A .PAS

put it in *your server*/scripts/joinscript/

and have another file called includes.txt
that has this in it:
Code: [Select]
*name of the .pas file*.pas

so it could look like this


-------------------------------------
|join.pas                                |
-------------------------------------

if you need anymore help, just ask. im happy to help

EDIT:
never actually tested script.. if there is a problem, just tell me.
BE AWESOME!

Offline Kavukamari

  • Camper
  • ***
  • Posts: 435
  • 3.14159265358979, mmm... pi
Re: Welcome Message
« Reply #2 on: December 06, 2007, 07:25:09 pm »
by big text do you mean like the text that says "You killed *name goez here*"

if so, I just made one
(it took me 2 hours, but that was all the notes I added, as well as testing and perfecting)

here it is: (fully customizible too)
(is attached)

if you have questions about anything in it just ask

EDIT: extract the file to your /scripts/ folder
« Last Edit: December 06, 2007, 07:29:24 pm by Kavukamari »
"Be mindful of fame, show a mighty courage, watch against foes. Nor shalt thou lack what thou desirest, if with thy life thou hast comest out from that heroic task."

Offline Szewczuq

  • Soldier
  • **
  • Posts: 115
  • WOOH! ROCKS ON MY HEAD!
    • POLISH GAMERS COMMUNITY
Re: Welcome Message
« Reply #3 on: December 07, 2007, 08:27:41 am »
thx for help :D but i know where i must add this :P



Offline Kavukamari

  • Camper
  • ***
  • Posts: 435
  • 3.14159265358979, mmm... pi
Re: Welcome Message
« Reply #4 on: December 07, 2007, 03:41:11 pm »
I made a new version (already :P ) now you can turn the script on/off in game

have fun :)

I might try to make it so you can change the welcome messages (temporarily) in game, but that'll be a while...
« Last Edit: December 07, 2007, 03:44:36 pm by Kavukamari »
"Be mindful of fame, show a mighty courage, watch against foes. Nor shalt thou lack what thou desirest, if with thy life thou hast comest out from that heroic task."