07.02.2018, 05:02
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
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);