28.11.2011, 23:10
Thanks for the function, both of you! I'd give +rep to both however I can't :P but I gave it to KoczkaHUN for making it simple and efficent
Now I need the following script, I tried to make it but i'm bad with textdraws! when you kill a player, the textdraw will show on the screen, slowly zoom in, and 2 second after it shows, fade it out untill it dissapears.Thanks!
Here is the textdraw:
Now I need the following script, I tried to make it but i'm bad with textdraws! when you kill a player, the textdraw will show on the screen, slowly zoom in, and 2 second after it shows, fade it out untill it dissapears.Thanks!
Here is the textdraw:
pawn Код:
Textdraw11 = TextDrawCreate(300.000000, 131.000000, "+1");
TextDrawBackgroundColor(Textdraw11, 255);
TextDrawFont(Textdraw11, 3);
TextDrawLetterSize(Textdraw11, 0.329999, 1.100000);
TextDrawColor(Textdraw11, -1721176833);
TextDrawSetOutline(Textdraw11, 1);
TextDrawSetProportional(Textdraw11, 1);