other gametext
#3

Quote:
Originally Posted by KnooL
This is mine, it'll show a textdraw at the right rop at your screen.
Change 501.000000,9.000000 and the text ~g~M~w~CRP~r~G to your own.


On top under defining (above ongamemodeinit)

new Text:MCRPGTextDraw;

OnGameModeInit:
MCRPGTextDraw = TextDrawCreate(501.000000,9.000000,"~g~M~w~CRP~r~G ");
TextDrawAlignment(MCRPGTextDraw,0);
TextDrawBackgroundColor(MCRPGTextDraw,0x000000cc);
TextDrawFont(MCRPGTextDraw,3);
TextDrawLetterSize(MCRPGTextDraw,1.000000,1.400000 );
TextDrawColor(MCRPGTextDraw,0xffffffff);
TextDrawSetOutline(MCRPGTextDraw,1);
TextDrawSetProportional(MCRPGTextDraw,1);
TextDrawSetShadow(MCRPGTextDraw,1);

OnPlayerConnect:

TextDrawShowForPlayer(playerid,MCRPGTextDraw);
it works
but how can i make it smaller because i don't see everything i want to have there
Reply


Messages In This Thread
other gametext - by PANNA - 05.12.2009, 15:00
Re: other gametext - by KnooL - 05.12.2009, 15:04
Re: other gametext - by PANNA - 05.12.2009, 15:38
Re: other gametext - by KnooL - 05.12.2009, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)