Problem with global kills
#2

try:

pawn Код:
if(killerid == TEAM_USA)
{
UsaKills+=1;
new ukills[24];
format(ukills, sizeof(ukills), "Usa Kills: %d", UsaKills);
TextDrawSetString(UKD, ukills);
}
Reason why it doesn't work is because you don't re update it after the score has increased
Reply


Messages In This Thread
Problem with global kills - by Face9000 - 11.06.2011, 06:57
Re: Problem with global kills - by 0ne - 11.06.2011, 07:08
Re: Problem with global kills - by PotH3Ad - 11.06.2011, 07:19
Re: Problem with global kills - by Face9000 - 11.06.2011, 07:23
Re: Problem with global kills - by PotH3Ad - 11.06.2011, 07:28
Re: Problem with global kills - by Face9000 - 11.06.2011, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)