16.12.2010, 17:23
Hey everyone, how can i make it so in this text draw -
Instead of score 100, it would display players actual score? and update it as well.
It goes from pKills but where should i put it?
PHP код:
Textdraw0 = TextDrawCreate(546.000000, 40.000000, "Kills: 100");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.390000, 1.200000);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
It goes from pKills but where should i put it?