Text draw
#1

I have a text draw code:
pawn Код:
// On top of script:
new Text:joinmsg;

// In OnGameModeInit
joinmsg = TextDrawCreate(506 ,330 , "Join:");
TextDrawFont(joinmsg , 3);
TextDrawLetterSize(joinmsg , .4, 2.8000000000000003);
TextDrawColor(joinmsg , 0x187836FF);
TextDrawSetOutline(joinmsg , false);
TextDrawSetProportional(joinmsg , true);
TextDrawSetShadow(joinmsg , 1);
And it is for when some one joins it say in the lower right JOIN:
But the problem is idk how i would make it so it says the JOIN: (name) ? Any help
Reply


Messages In This Thread
Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 20:36
Re: Text draw - by Tee - 21.12.2011, 20:40
Re: Text draw - by Jakku - 21.12.2011, 20:42
Re: Text draw - by Tee - 21.12.2011, 20:46
Re: Text draw - by Jakku - 21.12.2011, 20:51
Re: Text draw - by Tee - 21.12.2011, 20:53
Re: Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 21:26
Re: Text draw - by Tee - 21.12.2011, 21:35
Re: Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 22:04
Re: Text draw - by MadSkillz - 26.12.2011, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)