The TextDraw .. its not changing >_<
#2

Well, it shouldn't be:
pawn Код:
if(killerid == player1 && playerid == player2)
            {
                new string[256];
                player1score++;
                format(string,256,"%i",player1score);
                TextDrawSetString(Textdraw0,string);
            }
            if(killerid == player2 && playerid == player1)
            {
                new string[256];
                player2score++;
                format(string,256,"%i",player2score); // Player2score
                TextDrawSetString(Textdraw1,string);  
        }
?
Reply


Messages In This Thread
The TextDraw .. its not changing >_< - by spd_sahil - 24.10.2011, 18:01
Re: The TextDraw .. its not changing >_< - by SmiT - 24.10.2011, 18:02
Re: The TextDraw .. its not changing >_< - by spd_sahil - 24.10.2011, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)