05.07.2014, 23:33
You need to use format for that.
pawn Код:
new modelo, string[80];
modelo = GetVehicleModel(autos[i]);
format(string, sizeof(string), "Tu {F8F800}%s{FFFFFF} ha sido remolcado al ъltimo lugar donde lo estacionastes.", NombreAuto[modelo-400]);
SendClientMessage(playerid, -1, string);

