Need assistance with StrCat.
#1

It only sends the last one.

What am I doing wrong?

pawn Код:
new string[128], string2[128];
            format(string, sizeof(string), "{FF0000}Vehicle Deleted.");
            strcat(string2, string);
            format(string, sizeof(string), "Vehicle Server ID: {FF0000}%d", vehicleid);
            strcat(string2, string);
            format(string,sizeof(string), "Vehicle MySQL ID: {FF0000}%d", VehicleSQLID[vehicleid]);
            strcat(string2, string);
            format(string, sizeof(string), "Next Free SQLID: {FF0000}%d", GetFreeMySQLSlot("vehicles"));
            strcat(string2, string);
            SendClientMessage(playerid, COLOUR_WHITE, string);
Reply


Messages In This Thread
Need assistance with StrCat. - by Dokins - 10.12.2013, 03:18
Re: Need assistance with StrCat. - by SuperViper - 10.12.2013, 03:26
Re: Need assistance with StrCat. - by SickAttack - 10.12.2013, 03:28
Re: Need assistance with StrCat. - by Threshold - 10.12.2013, 03:28
Re: Need assistance with StrCat. - by Dokins - 10.12.2013, 03:40
Re: Need assistance with StrCat. - by SickAttack - 10.12.2013, 03:46
Re: Need assistance with StrCat. - by Dokins - 10.12.2013, 03:53

Forum Jump:


Users browsing this thread: 1 Guest(s)