11.10.2017, 07:48
Quote:
I won't be able to get the slot id in listitem on OnDialogResponse then.
If you don't know what I'm trying to say is this, I currently use listitem to get the ID of the selected item. |
Example:
Код:
format(string, 32, "%d\t%s", vehicleid, veh_name); ShowPlayerDialog... OnDialogResponse: sscanf(inputtext, "ds[32]", vehicleid, veh_name);