you killed textdraw
#1

I'm pretty new to textdraws,

Could anyone tell me with proper explanations how I set this textdraw to killerid, and playerid (you killed %s, killed by %s)

I tried to surf around maybe see some tutorials but I couldn't find any

Код:
	killed = TextDrawCreate(247.000000, 351.000000, "killed by");
	TextDrawBackgroundColor(killed, 255);
	TextDrawFont(killed, 3);
	TextDrawLetterSize(killed, 0.459998, 2.000000);
	TextDrawColor(killed, 227526655);
	TextDrawSetOutline(killed, 0);
	TextDrawSetProportional(killed, 1);
	TextDrawSetShadow(killed, 1);
	
	killedby = TextDrawCreate(247.000000, 351.000000, "you killed");
	TextDrawBackgroundColor(killedby, 255);
	TextDrawFont(killedby, 3);
	TextDrawLetterSize(killedby, 0.459998, 2.000000);
	TextDrawColor(killedby, 227526655);
	TextDrawSetOutline(killedby, 0);
	TextDrawSetProportional(killedby, 1);
	TextDrawSetShadow(killedby, 1);
Reply


Messages In This Thread
you killed textdraw - by ivndosos - 07.02.2018, 05:02
Re: you killed textdraw - by youmasterd7 - 07.02.2018, 06:30
Re: you killed textdraw - by KayJ - 07.02.2018, 08:57
Re: you killed textdraw - by dani18 - 07.02.2018, 09:09
Re: you killed textdraw - by KayJ - 07.02.2018, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)