11.11.2010, 23:10
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
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?
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);
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?