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

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",player1score);
                TextDrawSetString(Textdraw1,string);   
        }
Tell me if you spot any error
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)