Need assistance with StrCat.
#3

Like this:

Код:
new string[128];
format(string, sizeof(string), "{FF0000}Vehicle Deleted.");
SendClientMessage(playerid, COLOUR_WHITE, string);
format(string, sizeof(string), "Vehicle Server ID: {FF0000}%d", vehicleid);
SendClientMessage(playerid, COLOUR_WHITE, string);
format(string,sizeof(string), "Vehicle MySQL ID: {FF0000}%d", VehicleSQLID[vehicleid]);
SendClientMessage(playerid, COLOUR_WHITE, string);
format(string, sizeof(string), "Next Free SQLID: {FF0000}%d", GetFreeMySQLSlot("vehicles"));
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)