here try this:
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:
*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.