14.02.2017, 12:20
Hi!
I have one question do i need update every time textdraw like example i use killstreaks textdraw and its count kills like if i make kill at same time i update him like this
So me real question is do i need everytime update this textdraw system like i have made if player connect hes kills set to zero like this
so do i need update it to? with
or i dont rly need it? Because i thinking if i dont update it, its just stuck on counting and didn't show correctly in textdraw.
I have one question do i need update every time textdraw like example i use killstreaks textdraw and its count kills like if i make kill at same time i update him like this
Код:
pInfo[killerid][blabla]++; UpdateKST();
Код:
pInfo[playerid][blabla] = 0;
Код:
UpdateKST();