31.07.2017, 00:51
I have created from 0 one system like LS-RP Cargo. I have a problem, I have created the table in mysql but always if i buy the fruits cargo he returns me in /cargo list the ID 2 from mysql(meat not fruits)
This is the command, he always return the id2 and don't calculate the all ids ( 1 and 2 )
why?
Код:
format(msg, sizeof(msg), "{FFFFFF}%d\t{C5E66C}%s\t%d container", CargoInfo[c][ObjectId], CargoInfo[c][ObjectName], VehicleInfo[carid][vContainer]); ShowPlayerDialogEx(playerid, 600, DIALOG_STYLE_LIST, "Vehicle Cargo", msg, "Pickup", "Exit");
This is the command, he always return the id2 and don't calculate the all ids ( 1 and 2 )
why?