Textdraw while in class selection?
#1

I've seen this done before, and I was just wondering how to do it? I've searched ****** for a good 30minutes now,
and I've just found random, completely useless stuff.

Here's the Textdraw I want to use
Код:
//On top of script:
new Text:Textdraw0;
 
//In OnPlayerClassSelection (or OnPlayerRequestClass?)
Textdraw0 = TextDrawCreate(387.000000,145.000000,"Surviver");
TextDrawAlignment(Textdraw0,3);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,0.899999,1.700000);
TextDrawColor(Textdraw0,0x0000ffff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);
for now I just have CJ (ID 0) and the skin ID 170.

I want it to say "survivor" when you have CJ selected in class selection.
And it to say "survivor 2" when you have id170

But how?
Reply


Messages In This Thread
Textdraw while in class selection? - by BJaxx - 11.11.2010, 23:10
Re: Textdraw while in class selection? - by Las Venturas CNR - 11.11.2010, 23:38
Re: Textdraw while in class selection? - by BJaxx - 12.11.2010, 00:34
Re: Textdraw while in class selection? - by Las Venturas CNR - 12.11.2010, 01:53
Re: Textdraw while in class selection? - by BJaxx - 12.11.2010, 03:06

Forum Jump:


Users browsing this thread: 1 Guest(s)