22.07.2012, 12:55
He asked for a TD, not gametextforall...
pawn Код:
new Text:welcome;
//on game mode int
welcome = TextDrawCreate(317.000000, 186.000000, "~n~~r~Welcome to the server please read ~b~/rules /help and /cmds, ~y~Enjoy your stay.");
TextDrawAlignment(welcome, 2);
TextDrawBackgroundColor(welcome, 255);
TextDrawFont(welcome, 2);
TextDrawLetterSize(welcome, 0.500000, 1.000000);
TextDrawColor(welcome, -1);
TextDrawSetOutline(welcome, 1);
TextDrawSetProportional(welcome, 1);
TextDrawUseBox(welcome, 1);
TextDrawBoxColor(welcome, 1431655755);
TextDrawTextSize(welcome, 40.000000, 320.000000);
then put TextDrawShowForPlayer(playerid,welcome); where you want.