Welcome text [SIMPLE HELP]
#10

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.
Reply


Messages In This Thread
Welcome text [SIMPLE HELP] - by Pokiri_Boii - 21.07.2012, 13:05
Re: Welcome text [SIMPLE HELP] - by Rudy_ - 21.07.2012, 13:07
Re: Welcome text [SIMPLE HELP] - by Pokiri_Boii - 21.07.2012, 13:07
Re: Welcome text [SIMPLE HELP] - by Avi57 - 21.07.2012, 13:10
Re: Welcome text [SIMPLE HELP] - by Jstylezzz - 21.07.2012, 13:13
Re: Welcome text [SIMPLE HELP] - by Pokiri_Boii - 21.07.2012, 13:25
Re: Welcome text [SIMPLE HELP] - by Killer#Mummy - 21.07.2012, 13:31
Re: Welcome text [SIMPLE HELP] - by M3mPHi$_S3 - 21.07.2012, 14:24
Re: Welcome text [SIMPLE HELP] - by Pokiri_Boii - 22.07.2012, 12:45
Re: Welcome text [SIMPLE HELP] - by Djole1337 - 22.07.2012, 12:55

Forum Jump:


Users browsing this thread: 1 Guest(s)