I need help with string level
#2

The variable string is already used up in the script. Rename this string to string01 or whatever, it shoud look like this now:
pawn Код:
new string01[256];
        format(string01, sizeof(string01), "Tvoji Lotto Brojevi su: %d, %d, %d, %d, %d, %d", PlayerNumber[0][playerid], PlayerNumber[1][playerid], PlayerNumber[2][playerid], PlayerNumber[3][playerid], PlayerNumber[4][playerid], PlayerNumber[5][playerid]);
        SendClientMessage(playerid, COLOR_YELLOW, string01);
        return 1;
    }
Reply


Messages In This Thread
I need help with string level - by DarkPower - 24.03.2010, 22:20
Re: I need help with string level - by Fabio11 - 24.03.2010, 22:22
Re: I need help with string level - by DarkPower - 24.03.2010, 22:23

Forum Jump:


Users browsing this thread: 1 Guest(s)