27.02.2013, 13:42
pawn Код:
new name = GetVehicleModel(vehicleid) - 400;
format(second, sizeof(second), "Congratulations! You have purchased a {33AA33}%s!", VehicleNames[name]);
strcat(string, second);
format(second, sizeof(second), "Price: {33AA33}$%d", VehPrice[vehicleid]);
strcat(string, second);
format(second, sizeof(second), "License Plate: {33AA33}%s",VehPlate[vehicleid]);
strcat(string, second);
format(second, sizeof(second), "You are now the {33AA33}Registered Owner{8000FF} of this vehicle.");
strcat(string, second);
SendClientMessage(playerid, COLOUR_ORANGE, string);