07.07.2014, 18:01
now unknown command, after add names
Код:
CMD:v(playerid, params[]) { new string[32]; format(string, sizeof(string), "%i\n%i\n%i\n%i\n%i\n", GetVehicleName(Veh1[playerid]), GetVehicleName(Veh2[playerid]), GetVehicleName(Veh3[playerid]), GetVehicleName(Veh4[playerid]), GetVehicleName(Veh5[playerid])); ShowPlayerDialog(playerid, DIALOG_VEHICLES, DIALOG_STYLE_LIST, "Vehicle list", string, "Select", "Close"); return 1; }