12.06.2014, 23:54
You should do it like this, Also make sure you showed the textdraws to the player first.
pawn Код:
new string[24];
format(string,sizeof(string),"%d",kills[killerid]);
TextDrawSetString(Textdraw6, string);

