11.10.2017, 08:20
Quote:
You are wrong, you can get the slot id by using sscanf on inputtext, but you have to show slot id in dialog window.
Example: Код:
format(string, 32, "%d\t%s", vehicleid, veh_name); ShowPlayerDialog... OnDialogResponse: sscanf(inputtext, "ds[32]", vehicleid, veh_name); |