07.11.2015, 21:11
Quote:
Код:
//OnDialogResponse case vehiclename: { if(!response) return 0; else { new string[600]; format(string, sizeof(string), "%d blahbfbfbfbf\n", vehiclename, string); } } |
im trying to get the vehicle id so i can use it later to make a vehicle location
because my command is /locatev, it'll show u a dialog with ur vehicles and the vehicle u'll select will be located on the map with a mini-map
i've been struggling to get the id but couldnt
i tried ur code but didnt work