04.05.2018, 16:46
make it like this-
new dialog[500];
strcat(string2, "Vehicle\tIn Stock\n"); // delete this
rmat(string, sizeof(string), "Vehicle\tIn Stock\n\n%s\t30\n", VehiculeRent(id);
strcat(string, dialog);
ShowPlayerDialog(playerid, DIALOG_RENTCAR, DIALOG_STYLE_TABLIST_HEADERS, "RentCar", dialog, "Select", "Cancel");
Hope it works, rep++ if it will help you.
new dialog[500];
strcat(string2, "Vehicle\tIn Stock\n"); // delete this
rmat(string, sizeof(string), "Vehicle\tIn Stock\n\n%s\t30\n", VehiculeRent(id);
strcat(string, dialog);
ShowPlayerDialog(playerid, DIALOG_RENTCAR, DIALOG_STYLE_TABLIST_HEADERS, "RentCar", dialog, "Select", "Cancel");
Hope it works, rep++ if it will help you.