24.07.2010, 18:52
Hey guys. WHy don't my kills and deaths shows in my textdraw.
it keep saying 0. also when I die.
Please help. !
it keep saying 0. also when I die.
pawn Код:
format(string,sizeof(string),"Kills: %d Deaths: %d",kills[playerid],deaths[playerid]);
kcount = TextDrawCreate(366,333,string);