Kills count bug
#1

Hello all i have problem with kill counts for each team
It work good unless it go to 9
After 9 its again 0 but i want it to become 10...

pawn Код:
if(GetPlayerTeam(killerid)==0)
                {
                    tKills++;
                    format(string, sizeof(string), "RUS : %d", tKills);
                    TextDrawSetString(TDtKills, string);
                    TextDrawShowForAll(TDtKills);
            }
Reply
#2

How long did u make ur string? It's probably too short.
Reply
#3

Oh , lol string was 8 it was last thing i was thinking about thanks man rep +!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)