17.05.2014, 08:15
hi guys, I am here again because I need a bit help with my kill streak system.
here is the code
My problem is I just want to show this textdraw to the killer not the player who dead but it's showing the textdraw to the both players..
pls help me out
here is the code
Код:
format(string, sizeof(string), "~g~Triple Kill!, ~w~You killed ~r~%s~n~~w~+~g~$~w~5000 and + 2 Score", getPlayerName(playerid)); TextDrawSetString(Death, string); TextDrawShowForPlayer(killerid, Death)
pls help me out