Chris!i! Posted October 12, 2016 Posted October 12, 2016 local achievementscol = guiGridListAddColumn(GUIEditor.gridlist[1], "Achievements", 0.5) local rewardscol = guiGridListAddColumn(GUIEditor.gridlist[1], "Rewards", 0.5) So these are the columns, what i want is that i wanna add a row on each of these example on Achievements column i want 200 Kills on Rewards i want $200,000 I dont want the rows the same ... I dont need a code or an example just give me a function that does this...
Walid Posted October 12, 2016 Posted October 12, 2016 (edited) use guiGridListSetItemText and change the column index. Edited October 12, 2016 by Walid
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