..:D&G:.. Posted June 17, 2015 Share Posted June 17, 2015 Hello, I am trying to get cars from a table and output them as rows in a gui. The table "local vehicleTable = { }" is at the top of the code, but it still says that the ipairs thing expects a table but got nil... Any ideas? Here is the code: for key, value in ipairs(vehicleTable) do local carID = getElementData(value, "WGRPG.carID") local row = guiGridListAddRow(gVehs) guiGridListSetItemText(gVehs, row, col, getVehicleName(value), false, false) guiGridListSetItemText(gVehs, row, IDcolumn, tostring(carID), false, false) end Link to comment
..:D&G:.. Posted June 17, 2015 Author Share Posted June 17, 2015 Doesn't work... it still says "table expected got nil" Link to comment
Walid Posted June 17, 2015 Share Posted June 17, 2015 [quote name=..&G:..]Doesn't work... it still says "table expected got nil" check your vehicleTable. and post full code here. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now